@@ -98,16 +98,16 @@ def __init__(self):
9898
9999 self .yamato_build_automation_configs = [
100100 {
101- "job_name" : "Build Sample for Windows with minimal supported editor (2022.3 ), burst ON, IL2CPP" ,
101+ "job_name" : "Build Sample for Windows with minimal supported editor (6000.0 ), 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" : "2022.3 " } # Minimal supported editor
106+ { "key" : "UNITY_VERSION" , "value" : "6000.0 " } # Minimal supported editor
107107 ]
108108 },
109109 {
110- "job_name" : "Build Sample for Windows with latest functional editor (6000.2 ), burst ON, IL2CPP" ,
110+ "job_name" : "Build Sample for Windows with latest functional editor (6000.3 ), burst ON, IL2CPP" ,
111111 "variables" : [
112112 { "key" : "BURST_ON_OFF" , "value" : "on" },
113113 { "key" : "PLATFORM_WIN64_MAC_ANDROID" , "value" : "win64" },
@@ -125,16 +125,16 @@ def __init__(self):
125125 ]
126126 },
127127 {
128- "job_name" : "Build Sample for MacOS with minimal supported editor (2022.3 ), burst OFF, Mono" ,
128+ "job_name" : "Build Sample for MacOS with minimal supported editor (6000.0 ), 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" : "2022.3 " } # Minimal supported editor
133+ { "key" : "UNITY_VERSION" , "value" : "6000.0 " } # Minimal supported editor
134134 ]
135135 },
136136 {
137- "job_name" : "Build Sample for MacOS with latest functional editor (6000.2 ), burst OFF, Mono" ,
137+ "job_name" : "Build Sample for MacOS with latest functional editor (6000.3 ), burst OFF, Mono" ,
138138 "variables" : [
139139 { "key" : "BURST_ON_OFF" , "value" : "off" },
140140 { "key" : "PLATFORM_WIN64_MAC_ANDROID" , "value" : "mac" },
@@ -152,16 +152,16 @@ def __init__(self):
152152 ]
153153 },
154154 {
155- "job_name" : "Build Sample for Android with minimal supported editor (2022.3 ), burst ON, IL2CPP" ,
155+ "job_name" : "Build Sample for Android with minimal supported editor (6000.0 ), 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" : "2022.3 " } # Minimal supported editor
160+ { "key" : "UNITY_VERSION" , "value" : "6000.0 " } # Minimal supported editor
161161 ]
162162 },
163163 {
164- "job_name" : "Build Sample for Android with latest functional editor (6000.2 ), burst ON, IL2CPP" ,
164+ "job_name" : "Build Sample for Android with latest functional editor (6000.3 ), burst ON, IL2CPP" ,
165165 "variables" : [
166166 { "key" : "BURST_ON_OFF" , "value" : "on" },
167167 { "key" : "PLATFORM_WIN64_MAC_ANDROID" , "value" : "android" },
0 commit comments