We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23f6d1 commit 7017447Copy full SHA for 7017447
README.md
@@ -346,7 +346,7 @@ ISceneManager standardSceneManager = new SceneManager();
346
ISceneLoader coroutineSceneLoader = new SceneLoaderCoroutine(standardSceneManager);
347
348
ISceneManager addressableSceneManager = new SceneManagerAddressable();
349
-ISceneLoader asyncSceneLoader = new SceneLoaderAsync(addressableSceneLoader);
+ISceneLoader asyncSceneLoader = new SceneLoaderAsync(addressableSceneManager);
350
```
351
352
You can also define the scene loader types as their `ISceneLoaderAsync` implementations:
0 commit comments