quick question about going to next level!

Hello!

I am currently working on a small project in Unity 5.3

As I can see the old Application.Loadlevel(“name”); is out.

So how do I do now? I have a button in my sceen, that when pressed by the player/user I want to jump to next level (its VR bases).

Whats the script I have to use now?

//Lotias

The warning you get about the deprecation tells you what to use: Unity - Scripting API: SceneManager

1 Like