From cf70b007c0e6eb8560b27138461ef70c2f00d09c Mon Sep 17 00:00:00 2001 From: Ethan Bruins Date: Thu, 2 Jul 2020 11:15:38 +0100 Subject: [PATCH 1/2] Updated to 2019.4.0f1 --- .../Scenes/SimpleMovingPlatforms.meta | 8 -------- Logs/Packages-Update.log | 11 +++++++++++ Packages/manifest.json | 8 ++++---- ProjectSettings/ProjectVersion.txt | 4 ++-- 4 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 Assets/_Standard Assets/Characters/Examples/Simple Moving Platforms/Scenes/SimpleMovingPlatforms.meta diff --git a/Assets/_Standard Assets/Characters/Examples/Simple Moving Platforms/Scenes/SimpleMovingPlatforms.meta b/Assets/_Standard Assets/Characters/Examples/Simple Moving Platforms/Scenes/SimpleMovingPlatforms.meta deleted file mode 100644 index a6f1dcfa..00000000 --- a/Assets/_Standard Assets/Characters/Examples/Simple Moving Platforms/Scenes/SimpleMovingPlatforms.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 18973e5e271557a459ade97817a9cb73 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Logs/Packages-Update.log b/Logs/Packages-Update.log index cd60d414..86eaea9d 100644 --- a/Logs/Packages-Update.log +++ b/Logs/Packages-Update.log @@ -11,3 +11,14 @@ The following packages were updated: com.unity.test-framework from version 1.0.18 to 1.1.3 The following packages were removed: com.unity.package-manager-ui@2.2.0 + +=== Thu Jul 2 10:49:17 2020 + +Packages were changed. +Update Mode: updateDependencies + +The following packages were updated: + com.unity.analytics from version 3.3.4 to 3.3.5 + com.unity.ide.vscode from version 1.1.3 to 1.2.0 + com.unity.test-framework from version 1.1.8 to 1.1.14 + com.unity.xr.legacyinputhelpers from version 1.3.8 to 2.1.4 diff --git a/Packages/manifest.json b/Packages/manifest.json index 7987e571..88f5e4ab 100755 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -2,16 +2,16 @@ "dependencies": { "com.unity.2d.sprite": "1.0.0", "com.unity.2d.tilemap": "1.0.0", - "com.unity.analytics": "3.3.4", + "com.unity.analytics": "3.3.5", "com.unity.cinemachine": "2.4.0-preview.8", "com.unity.ext.nunit": "1.0.0", - "com.unity.ide.vscode": "1.1.3", + "com.unity.ide.vscode": "1.2.0", "com.unity.inputsystem": "1.0.0-preview.3", "com.unity.postprocessing": "2.2.2", "com.unity.probuilder": "4.1.2", - "com.unity.test-framework": "1.1.8", + "com.unity.test-framework": "1.1.14", "com.unity.ugui": "1.0.0", - "com.unity.xr.legacyinputhelpers": "1.3.8", + "com.unity.xr.legacyinputhelpers": "2.1.4", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 9b0e50b7..ad6d7b24 100755 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2019.3.0f1 -m_EditorVersionWithRevision: 2019.3.0f1 (ffacea4b84e7) +m_EditorVersion: 2019.4.0f1 +m_EditorVersionWithRevision: 2019.4.0f1 (b487b79891e1) From 42af543f9c1cb1c2820f5b9a0b9a29c775c1a96f Mon Sep 17 00:00:00 2001 From: Ethan Bruins Date: Thu, 2 Jul 2020 11:23:31 +0100 Subject: [PATCH 2/2] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d0fe504..bf535efc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Note: this project is work in progress and currently considered a beta. It conta ## READ ME FIRST -This package is intended for use in 2019.3.0f1 so we recommend you follow suit as fixes to aspects we use like new input will be applied to a 2019.3.0f1 compatible package first. +This package is intended for use in 2019.4.0f1 so we recommend you follow suit as fixes to aspects we use like new input will be applied to a 2019.4.0f1 compatible package first. ## Feedback