Answers for "move to another scene unity"

C#
1

move to another scene unity

using UnityEngine.SceneManagement;
void Start(){
SceneManager.LoadScene(0/* the scene number*/);
}
Posted by: Guest on January-27-2021

C# Answers by Framework

Browse Popular Code Answers by Language