UnitySceneLoader is a comprehensive package designed to streamline scene management within Unity projects. It provides essential features such as:
- Coldboot Scene
- Startup Scene
- Scene load/unload (
Additive,Linear) - Scene Manager
Requires a version of unity that supports path query parameter for git packages (Unity >= 2022.3.0f1). You can add https://github.com/Long18/UnitySceneLoader.git to Package Manager
or add "com.long18.scene-loader": https://github.com/Long18/UnitySceneLoader.git"" to Packages/manifest.json.
If you want to set a target version, UniTask uses the *.*.* release tag so you can specify a version like #0.0.1. For example https://github.com/Long18/UnitySceneLoader.git#0.0.1.

