Loading
Loading a Scene
Load By Scene Name
string sceneName = "scene name";
LoadingScreen.Instance.Load(sceneName)Load By Build Index
int buildIndex = 1;
LoadingScreen.Instance.Load(buildIndex);Last updated