Skip to content

Commit

Permalink
upgrade to unity 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed May 3, 2019
1 parent 5243a5c commit 6391db1
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 6 deletions.
16 changes: 16 additions & 0 deletions Logs/Packages-Update.log
Expand Up @@ -49,3 +49,19 @@ Update Mode: updateDependencies

The following packages were updated:
com.unity.package-manager-ui from version 2.0.3 to 2.0.7

=== Fri May 3 14:25:00 2019

Packages were changed.
Update Mode: updateDependencies

The following packages were added:
com.unity.timeline@1.0.0
com.unity.multiplayer-hlapi@1.0.2
com.unity.xr.legacyinputhelpers@2.0.2
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.7 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
@@ -1,11 +1,14 @@
{
"dependencies": {
"com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2",
"com.unity.collab-proxy": "1.2.15",
"com.unity.package-manager-ui": "2.0.7",
"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
1 change: 1 addition & 0 deletions ProjectSettings/ProjectSettings.asset
Expand Up @@ -237,6 +237,7 @@ PlayerSettings:
tvOSManualSigningProvisioningProfileType: 0
appleEnableAutomaticSigning: 0
iOSRequireARKit: 0
iOSAutomaticallyDetectAndAddCapabilities: 1
appleEnableProMotion: 0
clonedFromGUID: 5f34be1353de5cf4398729fda238591b
templatePackageId: com.unity.template.2d@1.3.0
Expand Down
3 changes: 2 additions & 1 deletion ProjectSettings/ProjectVersion.txt
@@ -1 +1,2 @@
m_EditorVersion: 2018.3.9f1
m_EditorVersion: 2019.1.0f2
m_EditorVersionWithRevision: 2019.1.0f2 (292b93d75a2c)
10 changes: 10 additions & 0 deletions ProjectSettings/XRSettings.asset
@@ -0,0 +1,10 @@
{
"m_SettingKeys": [
"VR Device Disabled",
"VR Device User Alert"
],
"m_SettingValues": [
"False",
"False"
]
}

0 comments on commit 6391db1

Please sign in to comment.