Beispiel #1
0
        public static Scene GetSceneByPath(string scenePath)
        {
            Scene result;

            SceneManager.GetSceneByPath_Injected(scenePath, out result);
            return(result);
        }