Answers for "how to verify the scene unity"

C#
0

how to verify the scene unity

Use SceneManager.GetActiveScene(); to get a string with the scene name

Note: You have to write using UnityEngine.SceneManagement in the top
Posted by: Guest on August-16-2021

C# Answers by Framework

Browse Popular Code Answers by Language