Skip to content

Commit 7a0cb74

Browse files
committed
Updated CI and editor support to latest 6000.6
Target is 6000.7 but 6000.6 should be more stable for development for now so anchoring here
1 parent 8aa723b commit 7a0cb74

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.yamato/project.metafile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,14 @@ test_platforms:
174174

175175
validation_editors:
176176
default:
177-
- 6000.3
177+
- 6000.6
178178
all:
179-
- 6000.3
180-
- 6000.4
181-
- 6000.5
179+
- 6000.6.0b5
180+
- 6000.6
182181
- trunk
183182
- f1298548e194f35ff7dfa6fee699d4464ab3919c
184183
minimal:
185-
- 6000.0
184+
- 6000.6.0b5
186185
pinnedTrunk: f1298548e194f35ff7dfa6fee699d4464ab3919c
187186

188187

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.0",
6+
"unity": "6000.6.0b5",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.4",
99
"com.unity.transport": "2.6.0"

0 commit comments

Comments
 (0)