I was wondering, how do I create a game menu in unity, because I am still pretty new with it, and from what I’ve seen, you can only create the pure “game” there, haven’t noticed any options for game menu and etc.
wow! We asked the exact same question within 4 minutes of each other, that’s just uncanny!
Referring to this post:
http://forum.unity3d.com/viewtopic.php?t=27978
Woah, seriously
Most all of the examples have some form of GUI implementation.
All you need to look at is the OnGUI function to see how the buttons, windows, etc are implemented.
Look at one of my scripting projects, found here:
http://forum.unity3d.com/viewtopic.php?t=26247&start=0&postdays=0&postorder=asc&highlight=
Don’t worry about the function of the main script, just look at the OnGUI function. It shows buttons, coloring the buttons, sizes, locations, windows, labels (plain text).
It could be great if we can get a video tutorial instead… especially for those who are not that into programming.