Search Unity

Tutorial - Unity Scene Transition Animation Framework

Discussion in 'Community Learning & Teaching' started by ChrisKurhan, Nov 30, 2022.

  1. ChrisKurhan

    ChrisKurhan

    Joined:
    Dec 28, 2015
    Posts:
    268


    Hey all!

    This week you can learn how to animate transitions between scenes while loading your scenes in an asynchronous manner. A lot of tutorials on scene transitions assume very small scene size that can be loaded within a couple of frames which is not always the case for larger projects.

    In this tutorial I cover how to define transitions as ScriptableObjects and manage the transitions while also loading the scenes asynchronously to provide the best experience to your players, masking the load behind the scenes as much as possible!


    As always, the full project is available on GitHub!