Dynamic Scene Loading - Breakdown


Dynamic Scene Loading

The dynamic scene-loading system allows designers to construct a large level that is broken into smaller chunks that can be loaded and unloaded when needed. This system was implemented using scene management, triggers, and Unity Events.

(SceneConnector.cs)

(LevelManager.cs)

(Trigger.cs)

As the player passes through one trigger and into the other, scenes are loaded and unloaded from a list attributed to each side of the connector scene.

[Gif of dynamic scene loading in action from above]

Get Magisteros

Leave a comment

Log in with itch.io to leave a comment.