What do IMultiSceneAwake/Enable/Start do?

Back


The multi scene interfaces are used to help users assign multi scene references and run general logic when all scenes in a group have been loaded. They run once a scene group is loaded through the MultiSceneManager.cs.

You can implement these interfaces into and MonoBehaviour class to run logic when all scenes have loaded.