Search Unity

Switching Scenes Using Scene Manager of Unity 5.3.1f1

Discussion in 'Community Learning & Teaching' started by PolyDevOfficial, Feb 7, 2016.

  1. PolyDevOfficial

    PolyDevOfficial

    Joined:
    May 13, 2013
    Posts:
    65
    Welcome to another unity 5 tutorial, in this video we are going to talk about loading or switching scenes using Unity 5.3.1f1 new feature called Scene Manager or Scene Management.

    Unity changed the Application LoadLevel to Scene Manager, i still don't know why but we're going to know that together, so watch the entire video to learn more.

    NOTE:
    Don't Forget the:
    using UnityEditor.SceneManagement;


     
    Dgrohl91 likes this.
  2. Dgrohl91

    Dgrohl91

    Joined:
    Sep 15, 2015
    Posts:
    4
    Thanks, very well explained, but, if I wan to add a transition, let's say, a fade out, how do I do? Thanks