Nexus Unity 1.1.2
Nexus Unity 1.1.2 is the superseding clean-install hotfix for the v1.1.x Unity Package Manager install issues.
Fixed
- Moved package-internal NUnit test sources into Unity-ignored Tests~/ so normal user projects do not compile test files during package import.
- Added the required com.unity.inputsystem dependency for input simulation tools that compile against UnityEngine.InputSystem.
- Kept the v1.1.1 runtime assembly definition and tools~/ .meta cleanup fixes.
Updating from v1.1.0 or v1.1.1
Update pinned Git installs to:
https://github.com/ForkHorizon/NexusUnity.git#v1.1.2
If Unity keeps stale import errors, close Unity, delete the old Library/PackageCache/com.forkhorizon.nexus.unity@... folder from the affected project, and reopen the project.
Validation
- GitHub PR checks passed: target policy, static validation, documentation quality AI, Unity EditMode job.
- Clean Unity 6000.4.3f1 temporary project installed the package from the release branch with no C# compile errors and no orphan/immutable .meta warnings.