|
Hi! I'm making a simple puzzle game with 50 levels, but I have no idea how to add levels to my game! If someone could please tell me or leave a tutorial link that would be great! Thanks!
(comments are locked)
|
|
Level is also called scene in Unity. Refer to below how to create scene: http://unity3d.com/support/documentation/Manual/Creating%20Scenes.html To add the levels created to game, you can go to build options and tick those level you created. http://unity3d.com/support/documentation/Manual/Publishing%20Builds.html To load a level, use Application.LoadLevel(level_name); http://unity3d.com/support/documentation/ScriptReference/Application.LoadLevel.html Thanks man!!!
Jun 02 '11 at 10:54 PM
Gamer_Dude_17
(comments are locked)
|
