Skip to content

Commit

Permalink
⬆️ Upgraded Unity version.
Browse files Browse the repository at this point in the history
  • Loading branch information
YiqinZhao committed Aug 22, 2024
1 parent cff8186 commit fda69b1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
6 changes: 6 additions & 0 deletions unity/.vsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}
10 changes: 5 additions & 5 deletions unity/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"dependencies": {
"com.cysharp.yetanotherhttphandler": "https://github.com/Cysharp/YetAnotherHttpHandler.git?path=src/YetAnotherHttpHandler#v1.0.0",
"com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity",
"com.unity.collab-proxy": "2.2.0",
"com.unity.collab-proxy": "2.4.4",
"com.unity.feature.development": "1.0.1",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.6",
"com.unity.toolchain.linux-x86_64": "2.0.6",
"com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.9.1",
"com.unity.xr.arcore": "5.1.1",
"com.unity.xr.arfoundation": "5.1.1",
"com.unity.xr.arkit": "5.1.1",
"com.unity.visualscripting": "1.9.4",
"com.unity.xr.arcore": "5.1.5",
"com.unity.xr.arfoundation": "5.1.5",
"com.unity.xr.arkit": "5.1.5",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
24 changes: 12 additions & 12 deletions unity/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"hash": "7388d28922b2144497f639630fd8b8b7a3c1ee6d"
},
"com.unity.collab-proxy": {
"version": "2.2.0",
"version": "2.4.4",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand All @@ -41,16 +41,16 @@
"source": "builtin",
"dependencies": {
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.rider": "3.0.31",
"com.unity.ide.vscode": "1.2.5",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.performance.profile-analyzer": "1.2.2",
"com.unity.test-framework": "1.1.33",
"com.unity.testtools.codecoverage": "1.2.4"
"com.unity.testtools.codecoverage": "1.2.6"
}
},
"com.unity.ide.rider": {
"version": "3.0.27",
"version": "3.0.31",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -132,7 +132,7 @@
"url": "https://packages.unity.com"
},
"com.unity.testtools.codecoverage": {
"version": "1.2.4",
"version": "1.2.6",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -182,7 +182,7 @@
}
},
"com.unity.visualscripting": {
"version": "1.9.1",
"version": "1.9.4",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -192,11 +192,11 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.arcore": {
"version": "5.1.1",
"version": "5.1.5",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.arfoundation": "5.1.1",
"com.unity.xr.arfoundation": "5.1.5",
"com.unity.xr.core-utils": "2.1.0",
"com.unity.xr.management": "4.0.1",
"com.unity.modules.androidjni": "1.0.0",
Expand All @@ -205,7 +205,7 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.arfoundation": {
"version": "5.1.1",
"version": "5.1.5",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -223,19 +223,19 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.arkit": {
"version": "5.1.1",
"version": "5.1.5",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.editorcoroutines": "1.0.0",
"com.unity.xr.arfoundation": "5.1.1",
"com.unity.xr.arfoundation": "5.1.5",
"com.unity.xr.core-utils": "2.1.0",
"com.unity.xr.management": "4.0.1"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.core-utils": {
"version": "2.2.3",
"version": "2.3.0",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions unity/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.16f1
m_EditorVersionWithRevision: 2022.3.16f1 (d2c21f0ef2f1)
m_EditorVersion: 2022.3.43f1
m_EditorVersionWithRevision: 2022.3.43f1 (85497d293fa1)

0 comments on commit fda69b1

Please sign in to comment.