I'm trying to create a start menu for my unity 5.3.1 game by following this tutorial : https://www.youtube.com/watch?v=pT4uca2bSgc
I followed everything he said up to the part when he attached the script to the start button on the main menu screen. Here is a picture of my code and editor:
Any help is appreciated thanks.


GameObject, you either click theAdd Componentbutton in the inspector when having that object selected, or you can also Drag&Drop the script file from the file viewer in the Editor unto the game object you want. You're probably not seeing any search results because you're searching within you scene (where that script doesn't exist yet). If that doesn't help, you should mark the minute in the video on which you're stuck. - Maximilian Gerhardt