An open API service indexing awesome lists of open source software.

https://github.com/hwaet/scenecontainer

Scriptable Object to handle multi-scene loading. Works in edit mode or gameplay mode.
https://github.com/hwaet/scenecontainer

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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