Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

11 changes: 11 additions & 0 deletions Logs/Packages-Update.log
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down