Nexus Unity 1.1.1 (superseded)
Superseded by Nexus Unity 1.1.2. Use https://github.com/ForkHorizon/NexusUnity.git#v1.1.2 for clean Unity Package Manager installs.
Nexus Unity 1.1.1 fixed the v1.1.0 runtime assembly and tools~/ metadata issues, but v1.1.2 also fixes clean-project test source compilation and declares the required Input System dependency.
Original 1.1.1 notes
Nexus Unity 1.1.1 is a patch hotfix for the v1.1.0 Unity Package Manager install failure.
Fixed
- Added an auto-referenced UnityMCP.Runtime assembly definition so editor code resolves runtime APIs when the package is installed through UPM PackageCache.
- Removed Unity .meta files from the ignored tools~/ validation tooling folder, including the orphan root tools~.meta that caused immutable PackageCache import warnings.
- Hardened local/static validation so .meta files under Unity-ignored ~ folders are rejected before release.