Skip to content

Commit 14063e7

Browse files
committed
chore: update unity version
1 parent 890a466 commit 14063e7

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"com.unity.2d.tilemap": "1.0.0",
77
"com.unity.ide.rider": "3.0.36",
88
"com.unity.ide.visualstudio": "2.0.23",
9-
"com.unity.test-framework": "1.4.6",
9+
"com.unity.test-framework": "1.5.1",
1010
"com.unity.testtools.codecoverage": "1.2.6",
1111
"com.unity.modules.ai": "1.0.0",
1212
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@
3232
"com.unity.ext.nunit": {
3333
"version": "2.0.5",
3434
"depth": 1,
35-
"source": "registry",
36-
"dependencies": {},
37-
"url": "https://packages.unity.com"
35+
"source": "builtin",
36+
"dependencies": {}
3837
},
3938
"com.unity.ide.rider": {
4039
"version": "3.0.36",
@@ -55,22 +54,21 @@
5554
"url": "https://packages.unity.com"
5655
},
5756
"com.unity.settings-manager": {
58-
"version": "2.0.1",
57+
"version": "2.1.0",
5958
"depth": 1,
6059
"source": "registry",
6160
"dependencies": {},
6261
"url": "https://packages.unity.com"
6362
},
6463
"com.unity.test-framework": {
65-
"version": "1.4.6",
64+
"version": "1.5.1",
6665
"depth": 0,
67-
"source": "registry",
66+
"source": "builtin",
6867
"dependencies": {
6968
"com.unity.ext.nunit": "2.0.3",
7069
"com.unity.modules.imgui": "1.0.0",
7170
"com.unity.modules.jsonserialize": "1.0.0"
72-
},
73-
"url": "https://packages.unity.com"
71+
}
7472
},
7573
"com.unity.testtools.codecoverage": {
7674
"version": "1.2.6",

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 6000.0.23f1
2-
m_EditorVersionWithRevision: 6000.0.23f1 (1c4764c07fb4)
1+
m_EditorVersion: 6000.1.0f1
2+
m_EditorVersionWithRevision: 6000.1.0f1 (9ea152932a88)

0 commit comments

Comments
 (0)