Skip to content

Commit e0ef147

Browse files
committed
Added trunk as minimal editor temporarly (until next editor with removed N4E core package gets released) + added hard dependency on N4E
1 parent dbfbbdf commit e0ef147

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.yamato/project.metafile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ test_platforms:
177177

178178
validation_editors:
179179
default:
180-
- 6000.7
180+
- trunk
181181
all:
182182
- 6000.7.0a6
183183
- 6000.7
184184
- trunk
185185
- 1d47644d0e359a8139ae6f99217da3c4e47f4779
186186
minimal:
187-
- 6000.7.0a6
187+
- trunk
188188
pinnedTrunk: 1d47644d0e359a8139ae6f99217da3c4e47f4779
189189

190190

com.unity.netcode.gameobjects/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"unityRelease": "0a6",
88
"dependencies": {
99
"com.unity.nuget.mono-cecil": "1.11.4",
10-
"com.unity.transport": "2.6.0"
10+
"com.unity.transport": "6.5.0",
11+
"com.unity.netcode": "7.0.0"
1112
},
1213
"samples": [
1314
{

0 commit comments

Comments
 (0)