- Home /
Question by
DTJ Productions · Apr 20, 2010 at 03:10 AM ·
gameobjectscenelevel
Enter next level
Hey I know this is simple question but I would like my character to move into a position and the next level comes, so basically when you hit the floor/gameObject enters next scene.
Comment
Answer by karl_ · Apr 20, 2010 at 03:54 AM
Set a trigger, and on entering the trigger do this:
application.LoadLevel("levelName");
Alternatively, check out this answer posted just recently: http://answers.unity3d.com/questions/8196/a-game-with-multiple-levels
Your answer
Follow this Question
Related Questions
Load a scene/level when enemy is close... 1 Answer
How to keep count of enemies left 2 Answers
good resource about conserving memory when multiple levels share resources? 0 Answers
How to restart a "prefab'd" level? ;) 0 Answers
Photon JoinRandomRoom customGameProperties? Load proper scene 0 Answers