- Home /
How to load levels with colliders?
Hello I am currently working a FPS game, and need to be able to load levels via colliders. As in, a player would collide with a cube, and then the level will fade(I know how to do this) and it will load another level. Is there anyway to do this scripts? Thanks in advance! - Nikolai
Answer by AlucardJay · Jul 27, 2013 at 03:53 AM
http://docs.unity3d.com/Documentation/ScriptReference/Application.LoadLevel.html
Please check my answer here : http://answers.unity3d.com/questions/212349/how-to-change-scenes-using-box-collider-and-first.html
Your answer
Follow this Question
Related Questions
Changes to one map affect another. Help?! 1 Answer
How can I make the level restart when someone presses R 3 Answers
Indoor level design: modular or all in blender? 3 Answers
next time a level loads things arent there that were before? 1 Answer
Creating a grid for sceneview and in game,Making a simple grid map editor for Sceneview 1 Answer