itch.io is community of indie game creators and players

Devlogs

Dynamic Scene Loading - Breakdown

Magisteros
A downloadable portfolio project for Windows

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]

Download Magisteros
Leave a comment