Unity Field Validation
This validation ensures that a package contains a valid unity field value, which is used by Package Manager to identify
a package compatibility with Unity
Errors
unity is invalid
The unity field is an invalid value. This field indicates the lowest Unity version the package is compatible with. The expected format is
- unity: 2018.4
- unityRelease: 0b4
unityRelease is invalid
The unityRelease field is an invalid value. This field indicates the specific release of Unity that the package is compatible with. The expected format is
- unity: 2018.4
- unityRelease: 0b4
unityRelease without unity
The unityRelease field is included, while the unity field is not present.
Add the unity field or remove the unityRelease field.