From 774fd22f35bd37253399293fb3f2ee5fd6c632ef Mon Sep 17 00:00:00 2001 From: Dale Kim <3121968+unpacklo@users.noreply.github.com> Date: Wed, 30 Jun 2021 14:27:17 -0700 Subject: [PATCH] Bump minimum editor version to 2018.4 and add validation exception. Mathematics 1.2.1 was released with 2018.3 support but we no longer support it. Simply bumping the minimum editor version for 1.2.2 will cause a validation error, but an exception can be added so we can still release a patch version for the currently supported editors. --- src/ValidationExceptions.json | 9 +++++++++ src/ValidationExceptions.json.meta | 7 +++++++ src/package.json | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 src/ValidationExceptions.json create mode 100644 src/ValidationExceptions.json.meta diff --git a/src/ValidationExceptions.json b/src/ValidationExceptions.json new file mode 100644 index 00000000..f0fddb4c --- /dev/null +++ b/src/ValidationExceptions.json @@ -0,0 +1,9 @@ +{ + "ErrorExceptions": [ + { + "ValidationTest": "Package Unity Version Validation", + "PackageVersion": "1.2.2" + } + ], + "WarningExceptions": [] +} \ No newline at end of file diff --git a/src/ValidationExceptions.json.meta b/src/ValidationExceptions.json.meta new file mode 100644 index 00000000..e0483f02 --- /dev/null +++ b/src/ValidationExceptions.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5ed727127196a4ecc90e24e2cd7af338 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/src/package.json b/src/package.json index ec134798..0855ce90 100755 --- a/src/package.json +++ b/src/package.json @@ -2,7 +2,7 @@ "name": "com.unity.mathematics", "displayName": "Mathematics", "version": "1.2.2", - "unity": "2018.3", + "unity": "2018.4", "description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax.", "keywords": [ "unity"