[SOLVED] Does PlayCanvas preload all scenes initially or progressively?

I am creating a very large world so I’m wondering if all my scenes will be loaded at once or is it one by one as the user progresses. Ideally I would like it to be one by one. Any insight is appreciated.

Only the ‘main’ or ‘primary’ scene is loaded. You can load scenes progressively whenever you want at runtime. You can also load assets dynamically at runtime.

1 Like

That’s just what I wanted. Thanks for clarifying.

1 Like