Beispiel #1
0
        private static async UniTaskVoid bootstrap(IEnumerable <SceneReference> scenes)
        {
            await ScenesManager.loadScenesAsync(scenes);

            IsEngineReady = true;
        }