Multi Scene
A downloadable unity package for Windows, macOS, and Linux
🟣 Summary
Multi Scene is a tool for handling game development with more than 1 scene loaded at once. So you can spread out elements of your game into separate scenes. While some other solutions to this problem exist, most if not all them are paid solutions or kept privately. The purpose of this project to provide a free alternative that can accomplish the same kind of results with as little extra work as possible.
💜 Features
- Multi scene management
- Scene grouping system
- Scene group loader window with categories & sorting
- Easy to configure & use
- Cross scene referencing helper script
- Custom Awake, Enable & Start interfaces (Simulates the normal methods of the same name when all scenes have been loaded)
- Custom listener ordering via attribute to avoid execution ordering problems
- Do not destory scene accessor
- URP camera stacking support between scenes
Installation
To import the .unitypackage into your project just double click it with your project open or use the import custom package option in Unity under
Right click in Project Tab → Import Package → Custom Package
Extension packages can be installed by simply double clicking the package file for the relevant extensions. Note that extensions may have dependencies.
🔺 Updating to a newer version
If you are updating the asset from an older version it is best to delete the asset folder & do a clean install for the least amount of friction with the new version. If the update is just a patch you should be good to just import on top of the old files, but consider a clean install if the asset doesn’t work as intended or throws an unknown error.
📰 Documentation
You can access a online of the documentation here: Online Documentation. A offline copy if provided with the package if needed.
Status | In development |
Category | Tool |
Platforms | Windows, macOS, Linux |
Author | Carter Games |
Made with | Unity |
Tags | cross-scene-referencing, multi-scene, scene, scene-management, tool, Unity, utility |
Code license | MIT License |
Average session | A few seconds |
Languages | English |
Links | Source code, Homepage |
Download
Click download now to get access to the following files:
Development log
- Backend updates (0.3.0)May 24, 2024
- Cleanup Update (0.2.1)Oct 11, 2022
Leave a comment
Log in with itch.io to leave a comment.