Skip to content

Lingkyn/unity-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lingkyn Unity Packages

Public UPM packages for reusable Unity engineering tools (not game content).

Packages

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.

Install (Git URL)

Indie baseline

{
  "dependencies": {
    "com.vrsoundscape.project-initializer": "https://github.com/Lingkyn/unity-packages.git?path=com.vrsoundscape.project-initializer#v0.1.0"
  }
}

VR project (add explicitly)

"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.

Init chain

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.

Version tags

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

License

MIT — see LICENSE.

About

Unity UPM package

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages