How can i use an object or certain area to move from one scene to another, and to be able to go back to the previous scene almost like entering buildings, caves, different worlds, maps ect.
1 Answer
1Application.LoadLevel(NUMBEROFTHELEVEL) is the piece of code you use to go to a certain scene. Go to your build settings to assign numbers to the scenes.
To make something trigger this, make for instance the door a trigger and then put OnTriggerEnter in your code.
Thank you that helped alot
– Bibikblogger