Hi. I’m new to Unity and am making an FPS. I have a few questions.
How do you make different levels and add them together?
Is it possible to add menus?
After all that how do I make it a .app file?
Thanks in advance.
why don’t you look through the FPS Tutorial first? Everything you just asked are the fundamentals of Unity and you should do the tutorials first, like we all have. Then come back and ask some questions.
But to answer your questions:
- you create your different levels by making different ‘unity’ files. File/New menu item. Then add your finished levels into your build using the File/Build Settings… menu item.
- adding menus is fairly staright-forward using GUITextures and GUITexts. But scripting them up takes a bit more effort.
- Use File/Build Run… menu item to build your app of choice.
Cheers.
Cool. Thanks.