Last updated
Last updated
Part of the of the UX Complete asset
This componenet simply exposes events and features present on the interface to the Unity Inspector for ease of use. This componenet can be used to drive progress bars and other elements that need to respond to scene processing events.
You can use as many Scenes Manager componenets as you like in as many scenes as you like, all funcitonality and data is actually stored in the API.Scenes interface and is not impacted by the existance or lack of existances of a Scenes Manager object.
All events are available as Unity Events and Heathen
Occurs when a scenes operation starts, this may be a load, unload or both
Occurs each frame a scene operation updates
Occurs when a scenes operation completes
All funcitons listed here are available on this componenet but are actually executed on the interface, these are listed on this object for ease of use with Unity Inspector and tools such as Bolt.