Skip to content

Commit d21945e

Browse files
committed
Modified packages according to minimal supported editor
1 parent 21b8a77 commit d21945e

File tree

6 files changed

+20
-23
lines changed

6 files changed

+20
-23
lines changed

Examples/CharacterControllerMovingBodies/Packages/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.sprite": "1.0.0",
4-
"com.unity.2d.tilemap": "1.0.0",
3+
"com.unity.2d.sprite": "10.0.7",
4+
"com.unity.2d.tilemap": "4.2.1",
55
"com.unity.ads": "4.12.0",
66
"com.unity.ai.navigation": "2.0.6",
77
"com.unity.analytics": "3.8.1",
@@ -10,9 +10,9 @@
1010
"com.unity.ide.rider": "3.0.34",
1111
"com.unity.ide.visualstudio": "2.0.22",
1212
"com.unity.netcode.gameobjects": "https://github.com/Unity-Technologies/com.unity.netcode.gameobjects.git?path=com.unity.netcode.gameobjects#develop-2.0.0",
13-
"com.unity.purchasing": "4.12.2",
14-
"com.unity.services.multiplayer": "1.1.1",
15-
"com.unity.test-framework": "1.4.6",
13+
"com.unity.purchasing": "5.0.0-pre.4",
14+
"com.unity.services.multiplayer": "1.2.0-exp.2",
15+
"com.unity.test-framework": "2.0.1-pre.18",
1616
"com.unity.timeline": "1.8.8",
1717
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
1818
"com.unity.transport": "2.4.0",

Examples/OverridingScenesAndPrefabs/Packages/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.sprite": "1.0.0",
4-
"com.unity.2d.tilemap": "1.0.0",
3+
"com.unity.2d.sprite": "10.0.7",
4+
"com.unity.2d.tilemap": "4.2.1",
55
"com.unity.ads": "4.12.0",
66
"com.unity.ai.navigation": "2.0.6",
77
"com.unity.analytics": "3.8.1",
@@ -11,9 +11,9 @@
1111
"com.unity.ide.visualstudio": "2.0.22",
1212
"com.unity.multiplayer.center": "1.0.0",
1313
"com.unity.netcode.gameobjects": "https://github.com/Unity-Technologies/com.unity.netcode.gameobjects.git?path=com.unity.netcode.gameobjects#develop-2.0.0",
14-
"com.unity.purchasing": "4.12.2",
15-
"com.unity.services.multiplayer": "1.1.1",
16-
"com.unity.test-framework": "1.4.6",
14+
"com.unity.purchasing": "5.0.0-pre.4",
15+
"com.unity.services.multiplayer": "1.2.0-exp.2",
16+
"com.unity.test-framework": "2.0.1-pre.18",
1717
"com.unity.timeline": "1.8.8",
1818
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
1919
"com.unity.transport": "2.4.0",

Examples/PingTool/Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.sprite": "1.0.0",
4-
"com.unity.2d.tilemap": "1.0.0",
3+
"com.unity.2d.sprite": "10.0.7",
4+
"com.unity.2d.tilemap": "4.2.1",
55
"com.unity.ads": "4.12.0",
66
"com.unity.ai.navigation": "2.0.6",
77
"com.unity.analytics": "3.8.1",
@@ -12,8 +12,8 @@
1212
"com.unity.multiplayer.playmode": "1.4.0",
1313
"com.unity.multiplayer.tools": "2.2.3",
1414
"com.unity.netcode.gameobjects": "https://github.com/Unity-Technologies/com.unity.netcode.gameobjects.git?path=com.unity.netcode.gameobjects#develop-2.0.0",
15-
"com.unity.services.multiplayer": "1.1.1",
16-
"com.unity.test-framework": "1.4.6",
15+
"com.unity.services.multiplayer": "1.2.0-exp.2",
16+
"com.unity.test-framework": "2.0.1-pre.18",
1717
"com.unity.timeline": "1.8.8",
1818
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
1919
"com.unity.transport": "2.4.0",

minimalproject/Packages/manifest.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"dependencies": {
3-
"com.unity.ai.navigation": "2.0.5",
4-
"com.unity.multiplayer.center": "1.0.0",
5-
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
6-
"com.unity.modules.accessibility": "1.0.0"
3+
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects"
74
},
85
"testables": [
96
"com.unity.netcode.gameobjects"

testproject-tools-integration/Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"registry": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates",
33
"dependencies": {
4-
"com.unity.ai.navigation": "2.0.5",
4+
"com.unity.ai.navigation": "2.0.6",
55
"com.unity.ide.rider": "3.0.34",
66
"com.unity.multiplayer.center": "1.0.0",
7-
"com.unity.multiplayer.tools": "https://github.com/Unity-Technologies/com.unity.multiplayer.tools.git#release/1.1.0",
7+
"com.unity.multiplayer.tools": "2.2.3",
88
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
9-
"com.unity.test-framework": "1.4.6",
9+
"com.unity.test-framework": "2.0.1-pre.18",
1010
"com.unity.test-framework.performance": "3.0.3",
1111
"com.unity.modules.accessibility": "1.0.0",
1212
"com.unity.modules.ai": "1.0.0",

testproject/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"com.unity.ide.visualstudio": "2.0.22",
88
"com.unity.mathematics": "1.3.2",
99
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
10-
"com.unity.package-validation-suite": "0.49.0-preview",
10+
"com.unity.package-validation-suite": "0.78.0-preview",
1111
"com.unity.services.authentication": "3.4.0",
1212
"com.unity.services.core": "1.14.0",
13-
"com.unity.test-framework": "1.4.6",
13+
"com.unity.test-framework": "2.0.1-pre.18",
1414
"com.unity.test-framework.performance": "3.0.3",
1515
"com.unity.timeline": "1.8.8",
1616
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",

0 commit comments

Comments
 (0)