Switch to scene with animation

Hi,
Can i switch between scenes using animations like transitions or flipping ?
For example ,
Scene A become over Scene B and switch to Scene B using transition ?
can this concepts applied ?
Thanks in advance :slight_smile:

1 Answer

1

Yes it’s vaguely possible… Scene is unity level format. You can change scenes in game using command application.loadlevel there are other variants to load it in background etc.

to make an animation between levels, you would have to start the animation in the previous level, and finish it when you have changed to the new level. for example, you can spiral the camera or play an animation one half on each side of teh load scene.