VixRegistryInstaller¶
VixRegistryInstaller is a small editor package used to bootstrap the VixVoid scoped registry in a Unity project.
Install it once through Unity Package Manager with this Git URL:
https://m7q4r9x2p6k3f8n1.forgejo.viktorp04.com/ViktorP04/VixTools.git?path=/Packages/com.vixvoid.vixregistryinstaller#main
When Unity loads the package, it automatically adds this scoped registry to Packages/manifest.json:
{
"name": "VixVoid",
"url": "https://m7q4r9x2p6k3f8n1.forgejo.viktorp04.com/api/packages/ViktorP04/npm/",
"scopes": [
"com.vixvoid"
]
}
The same action is available from Vix > Installer > Install Vix Registry.
Menu Items¶
Vix > Installer > Install Vix Registry: adds the VixVoid scoped registry if it is missing.Vix > Installer > Uninstall Vix Registry: removes the VixVoid scoped registry entry.Vix > Installer > Disable Auto Install: addsVIX_DISABLE_AUTO_INSTALLto the selected build target group so the installer no longer runs automatically on load.
After the registry has been added, install the actual Vix packages from Package Manager or by adding package names and versions to Packages/manifest.json.