Unity – Create a simple main menu

4. Select the Button and Add Component, and select New Script, name it btnStart. 5. Double click on the btnStart script name to open up Visual Studio to start editing it, and add the following. As you can see in the Console in Unity, we are now getting a log message when we click the …