Public UPM packages for reusable Unity engineering tools (not game content).
| Package | Version | Description |
|---|---|---|
| com.vrsoundscape.project-initializer | 0.1.0 | Indie baseline init (Scaff): folders, configs, scenes, validators, Input System |
| com.vrsoundscape.vr-baseline | 0.2.0 | Vendor-neutral VR greybox init: Sandbox XRI rig, greybox props, VrBaselineConfig |
Agent routing: AIOS unity-project-initializer + unity-vr-baseline skills.
{
"dependencies": {
"com.vrsoundscape.project-initializer": "https://github.com/Lingkyn/unity-packages.git?path=com.vrsoundscape.project-initializer#v0.1.0"
}
}"com.unity.xr.interaction.toolkit": "3.3.1",
"com.unity.xr.management": "4.5.4",
"com.unity.xr.openxr": "1.16.1",
"com.vrsoundscape.vr-baseline": "https://github.com/Lingkyn/unity-packages.git?path=com.vrsoundscape.vr-baseline#v0.2.0"See com.vrsoundscape.project-initializer/Documentation~/manifest-templates/ for full manifests.
Pin #v0.x.0 (or a commit SHA) for reproducible installs.
Tools/Project/Initialize Project ← project-initializer
Tools/Project/Initialize VR Baseline ← vr-baseline (XR projects)
Tools/Project/Initialize XR Vendor (PICO) ← consumer project adapter
Reference consumer: VRsoundscape.
| Tag | Notes |
|---|---|
v0.1.0 |
project-initializer UPM; Input System + manifest tiers |
v0.2.1 |
vr-baseline: XRI deps + Controller Visual repair |
v0.2.0 |
vr-baseline Runtime + Editor UPM |
MIT — see LICENSE.