-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Install from Registry
This method allows Unity Package Manager to auto-check updates and select the desired version.
Ensure the Packages/manifest.json file in your project has the upm-packages.dev registry for the com.unity_x scope:
"scopedRegistries": [
{
"name": "Unofficial Unity Package Manager Registry",
"url": "https://upm-packages.dev",
"scopes": [
"com.unity_x"
]
}
]You can also use the Project Settings window:

After refreshing Unity Package Manager, you can add the Scene References package under My Registries.
Or add the dependency in the file, e.g.:
"dependencies": {
"com.unity_x.modules.sceneref": "0.2.1"
}You also have other options to install the package. However, with these, Unity won't check or notify updates.
- Using the git URL of this repo:
https://github.com/AlfishSoftware/com.unity_x.modules.sceneref.git(gets latest version available at the time)
https://github.com/AlfishSoftware/com.unity_x.modules.sceneref.git#v0.2.1(gets a specific version) - Using the .tgz tarballs you can download for each release (be sure to save it with
.tgzextension).
❤️ If you wish to contribute, you may be interested in buying assets: Unity Asset Store | itch.io
You can report any bugs you happen to find in the issues section.
For questions, you can use the discussions page here or use this thread in Unity Discussions.