com.unity.package-validation-suite 0.35.0-preview

com.unity.package-validation-suite

Notes: processedReleased November 8, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

🔄 Changes

  • Remove legacy placeholder signature validation. (PVS-71)
  • PVP: Add PFV implementation of signature PVP check `PVP-28-1`. (PVS-71)
  • PVP: Add PFV implementation of allowed manifest properties PVP check `PVP-107-1`. Check included in "Pure File Validations" validation. (PVS-115)
  • PVP: Add PFV implementation of meta file PFV check `PVP-26-1`. (PVS-129)
  • PVP: Add PFV implementations of changelog PVP checks `PVP-{40,41,43}-1`. (PVS-130)
  • PVP: Add PFV implementations of license PVP checks `PVP-{30,31,32}-1`. (PVS-131)
  • PVP: Change JSON path syntax used in PVP error messages. Object keys not matching regex `^[_a-zA-Z][_a-zA-Z0-9]*$` are now represented as `.["foo.bar"]` instead of `.foo.bar` to avoid ambiguities.