Skip to content

Commit be21e77

Browse files
committed
Updated testproject to minimal editor
1 parent 7a0cb74 commit be21e77

4 files changed

Lines changed: 19 additions & 10 deletions

File tree

com.unity.netcode.gameobjects/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"displayName": "Netcode for GameObjects",
44
"description": "Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.",
55
"version": "3.0.0",
6-
"unity": "6000.6.0b5",
6+
"unity": "6000.6",
7+
"patch": "0b5",
78
"dependencies": {
89
"com.unity.nuget.mono-cecil": "1.11.4",
910
"com.unity.transport": "2.6.0"

testproject/Packages/manifest.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"disableProjectUpdate": false,
33
"dependencies": {
4-
"com.unity.addressables": "2.9.1",
4+
"com.unity.addressables": "2.11.1",
55
"com.unity.ai.navigation": "2.0.14",
66
"com.unity.collab-proxy": "2.12.4",
77
"com.unity.ide.rider": "3.0.40",
88
"com.unity.ide.visualstudio": "2.0.26",
9-
"com.unity.mathematics": "1.3.3",
9+
"com.unity.mathematics": "1.4.0",
1010
"com.unity.multiplayer.tools": "2.2.9",
1111
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
1212
"com.unity.package-validation-suite": "0.49.0-preview",
1313
"com.unity.services.authentication": "3.7.3",
1414
"com.unity.services.multiplayer": "2.2.4",
15-
"com.unity.test-framework": "1.6.0",
16-
"com.unity.test-framework.performance": "3.5.0",
17-
"com.unity.timeline": "1.8.12",
18-
"com.unity.ugui": "2.0.0",
15+
"com.unity.test-framework": "1.8.0",
16+
"com.unity.test-framework.performance": "6.6.0",
17+
"com.unity.timeline": "6.6.0",
18+
"com.unity.ugui": "2.6.0",
1919
"com.unity.modules.accessibility": "1.0.0",
2020
"com.unity.modules.adaptiveperformance": "1.0.0",
2121
"com.unity.modules.ai": "1.0.0",
@@ -31,10 +31,13 @@
3131
"com.unity.modules.particlesystem": "1.0.0",
3232
"com.unity.modules.physics": "1.0.0",
3333
"com.unity.modules.physics2d": "1.0.0",
34+
"com.unity.modules.physicscore2d": "1.0.0",
3435
"com.unity.modules.screencapture": "1.0.0",
3536
"com.unity.modules.terrain": "1.0.0",
3637
"com.unity.modules.terrainphysics": "1.0.0",
38+
"com.unity.modules.tetgen": "1.0.0",
3739
"com.unity.modules.tilemap": "1.0.0",
40+
"com.unity.modules.timelinefoundation": "1.0.0",
3841
"com.unity.modules.ui": "1.0.0",
3942
"com.unity.modules.uielements": "1.0.0",
4043
"com.unity.modules.umbra": "1.0.0",
@@ -47,7 +50,6 @@
4750
"com.unity.modules.vectorgraphics": "1.0.0",
4851
"com.unity.modules.vehicles": "1.0.0",
4952
"com.unity.modules.video": "1.0.0",
50-
"com.unity.modules.vr": "1.0.0",
5153
"com.unity.modules.wind": "1.0.0",
5254
"com.unity.modules.xr": "1.0.0"
5355
},
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!176606843 &1
4+
PhysicsCoreProjectSettings2D:
5+
m_ObjectHideFlags: 0
6+
m_PhysicsCoreSettings: {fileID: 0}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 6000.3.21f1
2-
m_EditorVersionWithRevision: 6000.3.21f1 (c02631ffc030)
1+
m_EditorVersion: 6000.6.0b5
2+
m_EditorVersionWithRevision: 6000.6.0b5 (b5238eaafb35)

0 commit comments

Comments
 (0)