In this Unity tutorial we replicate the scene transition effect from Angry Birds 2. Using effects like this makes your scene transitions more immersive.
Here we use Coroutines to animate Sprites on transition out of and into a new scene. Includes the use of SpriteMasks. We scale and rotate in the logo, then fill it it hiding the old scene. You are then able to load the new scene, before reversing the process fading out the logo and scale and rotating it out.
The full code for this is available on GitHub: https://github.com/Firnox/SceneTransi...
Contents:
0:00 Introduction and setup.
1:30 Basic scene transition
2:30 Breakdown of Angry Birds 2 transition
2:55 Creating the fill transition
7:11 Adding the rotation and scale