Skip to content

Commit d3d7461

Browse files
committed
updated to 23f1 which is the official first LTS release
1 parent d09c72a commit d3d7461

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.yamato/project.metafile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ validation_editors:
178178
default:
179179
- trunk
180180
all:
181-
- 6000.0.0f1
181+
- 6000.0.23f1
182182
- 6000.0
183183
- 6000.3
184184
- 6000.4
185185
- trunk
186186
minimal:
187-
- 6000.0.0f1
187+
- 6000.0.23f1
188188

189189

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

Tools/scripts/ReleaseAutomation/release_config.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ def __init__(self):
9898

9999
self.yamato_build_automation_configs = [
100100
{
101-
"job_name": "Build Sample for Windows with minimal supported editor (6000.0.0f1), burst ON, IL2CPP",
101+
"job_name": "Build Sample for Windows with minimal supported editor (6000.0.23f1), burst ON, IL2CPP",
102102
"variables": [
103103
{ "key": "BURST_ON_OFF", "value": "on" },
104104
{ "key": "PLATFORM_WIN64_MAC_ANDROID", "value": "win64" },
105105
{ "key": "SCRIPTING_BACKEND_IL2CPP_MONO", "value": "il2cpp" },
106-
{ "key": "UNITY_VERSION", "value": "6000.0.0f1" } # Minimal supported editor
106+
{ "key": "UNITY_VERSION", "value": "6000.0.23f1" } # Minimal supported editor
107107
]
108108
},
109109
{
@@ -125,12 +125,12 @@ def __init__(self):
125125
]
126126
},
127127
{
128-
"job_name": "Build Sample for MacOS with minimal supported editor (6000.0.0f1), burst OFF, Mono",
128+
"job_name": "Build Sample for MacOS with minimal supported editor (6000.0.23f1), burst OFF, Mono",
129129
"variables": [
130130
{ "key": "BURST_ON_OFF", "value": "off" },
131131
{ "key": "PLATFORM_WIN64_MAC_ANDROID", "value": "mac" },
132132
{ "key": "SCRIPTING_BACKEND_IL2CPP_MONO", "value": "mono" },
133-
{ "key": "UNITY_VERSION", "value": "6000.0.0f1" } # Minimal supported editor
133+
{ "key": "UNITY_VERSION", "value": "6000.0.23f1" } # Minimal supported editor
134134
]
135135
},
136136
{
@@ -152,12 +152,12 @@ def __init__(self):
152152
]
153153
},
154154
{
155-
"job_name": "Build Sample for Android with minimal supported editor (6000.0.0f1), burst ON, IL2CPP",
155+
"job_name": "Build Sample for Android with minimal supported editor (6000.0.23f1), burst ON, IL2CPP",
156156
"variables": [
157157
{ "key": "BURST_ON_OFF", "value": "on" },
158158
{ "key": "PLATFORM_WIN64_MAC_ANDROID", "value": "android" },
159159
{ "key": "SCRIPTING_BACKEND_IL2CPP_MONO", "value": "il2cpp" },
160-
{ "key": "UNITY_VERSION", "value": "6000.0.0f1" } # Minimal supported editor
160+
{ "key": "UNITY_VERSION", "value": "6000.0.23f1" } # Minimal supported editor
161161
]
162162
},
163163
{

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1313

1414
### Changed
1515

16-
- Minimal supported editor was set to LTS version `0f1` which means that we do not guarantee that the package will work on alpha or beta versions of 6000.0
16+
- Minimal supported editor was set to first 6000.0 LTS version `6000.0.23f1` to clarify that we do not guarantee that the package will work on alpha or beta versions of 6000.0
1717

1818
### Deprecated
1919

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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",
7+
"unityRelease": "23f1",
88
"dependencies": {
99
"com.unity.nuget.mono-cecil": "1.11.4",
1010
"com.unity.transport": "2.6.0"

0 commit comments

Comments
 (0)