![]() |
Additive Scene Manager
An API For Level Streaming in Unity.
|
A simple example of world streaming using additive scenes. More...
Public Attributes | |
| List< AdditiveScene > | visibleScenes |
| A list of scenes that are visible when the player enters this trigger. | |
Private Member Functions | |
| void | AddMySceneToVisibleScenes () |
| Add this trigger's scene to the list of visible scenes. | |
| void | OnTriggerEnter (Collider other) |
| When a player enters this trigger AdditiveSceneTrigger.visibleScenes will be loaded and everything else unloaded. | |
A simple example of world streaming using additive scenes.
|
private |
Add this trigger's scene to the list of visible scenes.
|
private |
When a player enters this trigger AdditiveSceneTrigger.visibleScenes will be loaded and everything else unloaded.
| List<AdditiveScene> visibleScenes |
A list of scenes that are visible when the player enters this trigger.