Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close Submission failedFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close Your name Your email Suggestion* Declarationpublic static
AsyncOperation UnloadSceneAsync(int
sceneBuildIndex);
Declarationpublic static
AsyncOperation UnloadSceneAsync(string
sceneName);
Parameters Parameter Description sceneBuildIndex Index of the Scene in BuildSettings. sceneName Name or path of the Scene to unload. scene Scene to unload. options Scene unloading options. ReturnsAsyncOperation Use the AsyncOperation to determine if the operation has completed.
DescriptionDestroys all GameObjects associated with the given Scene and removes the Scene from the SceneManager.
The given Scene name can either be the full Scene path, the path shown in the Build Settings window or just the Scene name. If only the Scene name is given this will unload the first Scene in the list that matches. If you have multiple Scenes with same name but different paths, you should use the full Scene path. Examples of supported formats:"Scene1"
"Scene2"
"Scenes/Scene3"
"Scenes/Others/Scene3"
"Assets/scenes/others/scene3.unity"
Note: This is case-insensitive and due to it being async there are no guarantees about completion time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4