Method UnloadScene
UnloadScene(Scene)
Server Side: Unloads an additively loaded scene. If you want to unload a Single mode loaded scene load another Single scene. When applicable, the AsyncOperation is delivered within the SceneEvent via the OnSceneEvent
Declaration
public SceneEventProgressStatus UnloadScene(Scene scene)
Parameters
Type | Name | Description |
---|---|---|
Scene | scene |
Returns
Type | Description |
---|---|
SceneEventProgressStatus | SceneEventProgressStatus (Started means it was successful) |