/SceneContainer

Scriptable Object to handle multi-scene loading. Works in edit mode or gameplay mode.

Primary LanguageC#MIT LicenseMIT

Scene Container

A scriptable object to handle the async loading of multiple scenes. Works in editor or in-game.

Why?

Testing levels in isolation was a pain. This loads a target scene with any dependencies we declare.

How?

how indeed