From 355febfabb22e27e103b309cc23eea6ac15daa77 Mon Sep 17 00:00:00 2001 From: Chris March Date: Fri, 10 Apr 2020 12:07:17 -0700 Subject: [PATCH] Fixed fatal initial import errors from trying to use a missing mathematics package version by switching from 0.0.12-preview.21 to 0.0.12-preview.20 --- Packages/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index 3e9eae04b..033568e0b 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -5,7 +5,7 @@ "com.unity.cinemachine": "2.1.13", "com.unity.collab-proxy": "1.2.15", "com.unity.entities": "0.0.12-preview.24", - "com.unity.mathematics": "0.0.12-preview.21", + "com.unity.mathematics": "0.0.12-preview.20", "com.unity.package-manager-ui": "2.0.3", "com.unity.postprocessing": "2.1.2", "com.unity.purchasing": "2.0.3",