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

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.