- Home /
leaving level
unity provides methods called on level entry point like Awake() or Start() i could not find anything that is called on leave or change levels... any idea? thx tom
Comment
Best Answer
Answer by syclamoth · Nov 08, 2011 at 10:46 AM
What, other than
OnLevelWasLoaded(level number)
?
The method definitely exists. Have a look through all the callbacks MonoBehaviour gives you, there are quite a few useful things there.
Your answer
Follow this Question
Related Questions
random level loader? 1 Answer
Character Loading Location 2 Answers
How do I finish a level and send the player to the next? 3 Answers
How do I load the first level? 2 Answers
Loading next level, but next level never gets incremented. 3 Answers