Skip to content

Commit 375816a

Browse files
committed
Updated minimal supported editor to exact patch version
1 parent f686b48 commit 375816a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.yamato/project.metafile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ validation_editors:
177177
default:
178178
- trunk
179179
all:
180+
- 6000.0.0f1
180181
- 6000.0
181-
- 6000.2
182182
- 6000.3
183183
- 6000.4
184184
- trunk
185185
minimal:
186-
- 6000.0
186+
- 6000.0.0f1
187187

188188

189189
# Scripting backends used by Standalone RunTimeTests---------------------------------------------------

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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": "2.8.1",
66
"unity": "6000.0",
7+
"unityRelease": "0f1",
78
"dependencies": {
89
"com.unity.nuget.mono-cecil": "1.11.4",
910
"com.unity.transport": "2.6.0"

0 commit comments

Comments
 (0)