Skip to content

Commit 2d0616b

Browse files
committed
chore: update to unity 6000.2
1 parent 5609f76 commit 2d0616b

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"com.quickeye.icon-browser": "https://github.com/ErnSur/unity-editor-icons.git",
55
"com.unity.2d.sprite": "1.0.0",
66
"com.unity.2d.tilemap": "1.0.0",
7-
"com.unity.ide.rider": "3.0.36",
8-
"com.unity.ide.visualstudio": "2.0.23",
9-
"com.unity.test-framework": "1.5.1",
7+
"com.unity.ide.rider": "3.0.38",
8+
"com.unity.ide.visualstudio": "2.0.25",
9+
"com.unity.test-framework": "1.6.0",
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {}
3737
},
3838
"com.unity.ide.rider": {
39-
"version": "3.0.36",
39+
"version": "3.0.38",
4040
"depth": 0,
4141
"source": "registry",
4242
"dependencies": {
@@ -45,11 +45,11 @@
4545
"url": "https://packages.unity.com"
4646
},
4747
"com.unity.ide.visualstudio": {
48-
"version": "2.0.23",
48+
"version": "2.0.25",
4949
"depth": 0,
5050
"source": "registry",
5151
"dependencies": {
52-
"com.unity.test-framework": "1.1.9"
52+
"com.unity.test-framework": "1.1.31"
5353
},
5454
"url": "https://packages.unity.com"
5555
},
@@ -61,7 +61,7 @@
6161
"url": "https://packages.unity.com"
6262
},
6363
"com.unity.test-framework": {
64-
"version": "1.5.1",
64+
"version": "1.6.0",
6565
"depth": 0,
6666
"source": "builtin",
6767
"dependencies": {
@@ -222,7 +222,8 @@
222222
"com.unity.modules.ui": "1.0.0",
223223
"com.unity.modules.imgui": "1.0.0",
224224
"com.unity.modules.jsonserialize": "1.0.0",
225-
"com.unity.modules.hierarchycore": "1.0.0"
225+
"com.unity.modules.hierarchycore": "1.0.0",
226+
"com.unity.modules.physics": "1.0.0"
226227
}
227228
},
228229
"com.unity.modules.umbra": {

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.1.7f1
2-
m_EditorVersionWithRevision: 6000.1.7f1 (13a8ffad9172)
1+
m_EditorVersion: 6000.2.13f1
2+
m_EditorVersionWithRevision: 6000.2.13f1 (abdb44fca7f7)

0 commit comments

Comments
 (0)