| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple scene loading and management system for Unity Engine, implemented via Scriptable Objects.
⚠️ Warning, this is a preview package, expect breaking changes between releases!
This package can be installed via OpenUPM:
openupm add com.chark.scriptable-scenes
Or via the Unity Package Manager by Installing from a Git URL:
https://github.com/chark/scriptable-scenes.git#upm
Alternatively, manually install by adding the following entry to Packages/manifest.json:
{
"com.chark.scriptable-scenes": "https://github.com/chark/scriptable-scenes.git#upm"
}If you'd like to install a specific release, replace upm suffix with version number, e.g., v0.0.10. You can find all releases here.
| Back | FazBrowse Home | New Git URL |