An editor tool for Unity that allows you to easily combine several scenes into one "output scene".
- Run code any time a scene build is requested
- Easy management of multiple output scenes via the SceneBuilderData scriptable object
In your Unity project, go to Window > Package Manager
then click the top left [+]
, click on Add package from git URL
and paste this link:
https://github.com/ArgusVRC/Scene-Builder.git?path=/Packages/com.argusvrc.scene-builder
Or download the latest package from the latest release.
Requirements:
- Git (to install through Package Manager)
Some code is still WIP, but most of the desired functionality is already working.