Question about Managers

Hello people!

I’m a full stack developer and a Unity fan. But I haven’t had much time to focus on Unity and now that I have some time I’m very much in the process of learning all I can.

My question is:

When I load the Beach scene, the persistent managers and other required scenes get loaded in pretty smoothly. How is this achieved? I don’t see the Initializer scene or a reference to it anywhere.

Sorry for the possibly simple question :slight_smile: Have a great time! <3

AHH I found it nvm :smile:

2 Likes

The ColdStartup script…, it loads every required scene when scene is played in editor

1 Like

Yes, and you can read a little more about it here: Game architecture overview · UnityTechnologies/open-project-1 Wiki · GitHub