- Home /
How to make main menu?
Hi! Im new in unity3D and i need help im trying to find how to make Main menu but i can't find. always the scripts are wrong. im with the newest version of unity3D. Help me and tell me the scripts Please!!!!!
Seriously dude. Nobody here will create a complete game for you. You have 4 questions, all asking for completed components of a game, with no signs of any effort on your side.
If you have problems with a script you are writing, or difficulties understanding something, we will gladly help, but not like this.
you should start by watching some tutorials before posting questions like this ;) I just searched "main menu tutorial unity3d" and found 3 great videos explaining it. try checking tornado twins tutorials (part 27 and 28 explain all that you'll need)
Answer by pokefreak · Jul 17, 2012 at 12:27 PM
id recomend watcthing tornado twins, they have a tutorial for that
Answer by TX Manager · Mar 18, 2016 at 10:15 AM
You can use void OnGUI ()
and learn how to use it or use UI by making GUI objects right in your scene by clicking create in the Hierarchy and select UI and which you want of the following UI Objects
Answer by wordsstuff · Feb 11, 2017 at 03:28 PM
Hello, Do not worry I have been stumped on the exact same problem as you, but I have found an easy solution. If you go to
https://unity3d.com/learn/tutorials/topics/user-interface-ui/creating-main-menu
then the man in the video explains how to make the main menu basics, a more help button, a starts button, and a quit button. at the bottom of the page he lists all of the scripts needed for the video, I recommend starting the video at 36:00 (36 minutes) he explains how to work the code as well just watch closely and do what he does and your problem will be solved, as far as I know this is the most helpful video on making a simple main menu, if you want a splash screen (were you have logos and other things pop up before or after you press start) then just search that up on youtube almost all of the videos that I have watched on splash screens on youtube worked so try there! If you still don't understand after watching then just ask me and I can explain it in some more detail if you want, or just watch the video more closely if you are tired of reading my comments! Hope this helped!
Your answer

Follow this Question
Related Questions
How to make health bar? 1 Answer
Is it possible to suspend GUIs after running fade-in scripts? 1 Answer
Add repeating object 3 Answers
Main Menu Instructions? 2 Answers
Animation clips anyone? 1 Answer