Skip to content

Commit

Permalink
Update Unity to 2019.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maikramer committed May 13, 2019
1 parent 2432bdd commit e0e9556
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 6 deletions.
16 changes: 16 additions & 0 deletions Logs/Packages-Update.log
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,19 @@ The following packages were updated:
com.unity.ads from version 2.0.8 to 2.3.1
com.unity.analytics from version 3.0.9 to 3.2.2
com.unity.collab-proxy from version 1.2.11 to 1.2.15

=== Mon May 13 13:01:48 2019

Packages were changed.
Update Mode: updateDependencies

The following packages were added:
[email protected]
[email protected]
[email protected]
The following packages were updated:
com.unity.analytics from version 3.2.2 to 3.3.2
com.unity.collab-proxy from version 1.2.15 to 1.2.16
com.unity.package-manager-ui from version 2.0.3 to 2.1.2
com.unity.purchasing from version 2.0.3 to 2.0.6
com.unity.textmeshpro from version 1.3.0 to 2.0.0
13 changes: 8 additions & 5 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"dependencies": {
"com.unity.ads": "2.3.1",
"com.unity.analytics": "3.2.2",
"com.unity.collab-proxy": "1.2.15",
"com.unity.package-manager-ui": "2.0.3",
"com.unity.purchasing": "2.0.3",
"com.unity.textmeshpro": "1.3.0",
"com.unity.analytics": "3.3.2",
"com.unity.collab-proxy": "1.2.16",
"com.unity.multiplayer-hlapi": "1.0.2",
"com.unity.package-manager-ui": "2.1.2",
"com.unity.purchasing": "2.0.6",
"com.unity.textmeshpro": "2.0.0",
"com.unity.timeline": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.0.2",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
Expand Down
3 changes: 2 additions & 1 deletion ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
m_EditorVersion: 2018.3.7f1
m_EditorVersion: 2019.1.2f1
m_EditorVersionWithRevision: 2019.1.2f1 (3e18427e571f)
10 changes: 10 additions & 0 deletions ProjectSettings/XRSettings.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"m_SettingKeys": [
"VR Device Disabled",
"VR Device User Alert"
],
"m_SettingValues": [
"False",
"False"
]
}

0 comments on commit e0e9556

Please sign in to comment.