Answer the question
In order to leave comments, you need to log in
Compiled project in Unity won't run?
I sketched a simple project with two scenes - a menu and a submenu. Just one simple script that, when you click on the first menu button, loads the second menu.
public void ShowGameModeMenu()
{
SceneManager.LoadScene("Game mode menu");
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question