SuperScenes is a framework that gives you the ability to attach components to Unity scenes. You can use them to store data, or to run code when the scene loads or unloads.

With the SuperScenes package installed, adding components to a scene is as simple as doing it on a GameObject:

Once that is done, you can retrieve those components using some simple API, and use their data.

Last updated