Skip to content

Commit

Permalink
Updating for AR Foundation 4.1.0-preview.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
todds-unity committed Nov 9, 2020
1 parent e8ccf7f commit ccdbc85
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ExportedObj/
*.svd
*.pdb
*.idea
.vsconfig

# Unity3D generated meta files
*.pidb.meta
Expand Down
12 changes: 6 additions & 6 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"dependencies": {
"com.unity.ide.rider": "1.2.1",
"com.unity.ide.visualstudio": "2.0.3",
"com.unity.ide.visualstudio": "2.0.5",
"com.unity.ide.vscode": "1.2.3",
"com.unity.inputsystem": "1.0.0",
"com.unity.ugui": "1.0.0",
"com.unity.xr.arcore": "4.1.0-preview.12",
"com.unity.xr.arfoundation": "4.1.0-preview.12",
"com.unity.xr.arkit": "4.1.0-preview.12",
"com.unity.xr.arkit-face-tracking": "4.1.0-preview.12",
"com.unity.xr.interaction.toolkit": "0.9.4-preview",
"com.unity.xr.arcore": "4.1.0-preview.13",
"com.unity.xr.arfoundation": "4.1.0-preview.13",
"com.unity.xr.arkit": "4.1.0-preview.13",
"com.unity.xr.arkit-face-tracking": "4.1.0-preview.13",
"com.unity.xr.interaction.toolkit": "0.10.0-preview.7",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
27 changes: 14 additions & 13 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.3",
"version": "2.0.5",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -74,49 +74,49 @@
}
},
"com.unity.xr.arcore": {
"version": "4.1.0-preview.12",
"version": "4.1.0-preview.13",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.arsubsystems": "4.1.0-preview.12",
"com.unity.xr.arsubsystems": "4.1.0-preview.13",
"com.unity.xr.management": "3.2.16",
"com.unity.modules.androidjni": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.arfoundation": {
"version": "4.1.0-preview.12",
"version": "4.1.0-preview.13",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.arsubsystems": "4.1.0-preview.12",
"com.unity.xr.arsubsystems": "4.1.0-preview.13",
"com.unity.xr.management": "3.2.16"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.arkit": {
"version": "4.1.0-preview.12",
"version": "4.1.0-preview.13",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.editorcoroutines": "1.0.0",
"com.unity.xr.arsubsystems": "4.1.0-preview.12",
"com.unity.xr.arsubsystems": "4.1.0-preview.13",
"com.unity.xr.management": "3.2.16"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.arkit-face-tracking": {
"version": "4.1.0-preview.12",
"version": "4.1.0-preview.13",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.arkit": "4.1.0-preview.12",
"com.unity.xr.arsubsystems": "4.1.0-preview.12"
"com.unity.xr.arkit": "4.1.0-preview.13",
"com.unity.xr.arsubsystems": "4.1.0-preview.13"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.arsubsystems": {
"version": "4.1.0-preview.12",
"version": "4.1.0-preview.13",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -125,12 +125,13 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.interaction.toolkit": {
"version": "0.9.4-preview",
"version": "0.10.0-preview.7",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.inputsystem": "1.0.0",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "1.3.11"
"com.unity.xr.legacyinputhelpers": "2.1.4"
},
"url": "https://packages.unity.com"
},
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: 2020.1.11f1
m_EditorVersionWithRevision: 2020.1.11f1 (698c1113cef0)
m_EditorVersion: 2020.1.12f1
m_EditorVersionWithRevision: 2020.1.12f1 (55b56f0a86e3)

0 comments on commit ccdbc85

Please sign in to comment.