🌎Scene Setup

Prepares scene on load before other user scripts Awake called.

All scenes after _Loader must have script that inherited from SceneLifetimeScope.cs. It's object located on top of all objects in premade scenes in hierarchy (GameplayScope and MenuScope).

In scene hierarchy we replace it on top of other scenes:

Last updated