In order to make a smooth animation effect when switching the level, I want to try this method. Play a animation when the next additive scene is being loaded.
My question is if I want to quit this level and back to my last level, how to release the resources of the current level? That is how to destroy the objects loaded by Application.LoadLevelAdditiveAsync()?