Skip to content

Commit a9a112b

Browse files
committed
upgrade unity version
1 parent 6a89173 commit a9a112b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a _reference project_ for those that want to use [Unity as a Library](ht
77
## Requirements
88

99
- Physical device with iOS 17.5 or later.
10-
- Unity Editor 2022.3.37f1 - latest LTS as of Jul 9, 2024 - with iOS build support installed in Unity Hub.
10+
- Unity Editor 2022.3.42f1 - latest LTS as of Aug 13, 2024 - with iOS build support installed in Unity Hub.
1111

1212
## Instructions
1313

UnityProject/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "2.4.3",
3+
"com.unity.collab-proxy": "2.4.4",
44
"com.unity.feature.development": "1.0.1",
55
"com.unity.textmeshpro": "3.0.6",
66
"com.unity.timeline": "1.7.6",

UnityProject/Packages/packages-lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.collab-proxy": {
4-
"version": "2.4.3",
4+
"version": "2.4.4",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {},
@@ -27,16 +27,16 @@
2727
"source": "builtin",
2828
"dependencies": {
2929
"com.unity.ide.visualstudio": "2.0.22",
30-
"com.unity.ide.rider": "3.0.28",
30+
"com.unity.ide.rider": "3.0.31",
3131
"com.unity.ide.vscode": "1.2.5",
3232
"com.unity.editorcoroutines": "1.0.0",
3333
"com.unity.performance.profile-analyzer": "1.2.2",
3434
"com.unity.test-framework": "1.1.33",
35-
"com.unity.testtools.codecoverage": "1.2.5"
35+
"com.unity.testtools.codecoverage": "1.2.6"
3636
}
3737
},
3838
"com.unity.ide.rider": {
39-
"version": "3.0.28",
39+
"version": "3.0.31",
4040
"depth": 1,
4141
"source": "registry",
4242
"dependencies": {
@@ -86,7 +86,7 @@
8686
"url": "https://packages.unity.com"
8787
},
8888
"com.unity.testtools.codecoverage": {
89-
"version": "1.2.5",
89+
"version": "1.2.6",
9090
"depth": 1,
9191
"source": "registry",
9292
"dependencies": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2022.3.37f1
2-
m_EditorVersionWithRevision: 2022.3.37f1 (340ba89e4c23)
1+
m_EditorVersion: 2022.3.42f1
2+
m_EditorVersionWithRevision: 2022.3.42f1 (2dcb6a0abc42)

0 commit comments

Comments
 (0)