Skip to content

Commit b2dcd7d

Browse files
committed
Updated default builds for the release to be 6000.3 editor based
1 parent 5c6f26c commit b2dcd7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tools/scripts/ReleaseAutomation/release_config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(self):
8585
{ "key": "BURST_ON_OFF", "value": "on" },
8686
{ "key": "PLATFORM_WIN64_MAC_ANDROID", "value": "win64" },
8787
{ "key": "SCRIPTING_BACKEND_IL2CPP_MONO", "value": "il2cpp" },
88-
{ "key": "UNITY_VERSION", "value": "6000.2" } # Editor that most our users will use (not alpha). Sometimes when testing on trunk we have weird editor issues not caused by us so the preference will be to test on latest editor that our users will use.
88+
{ "key": "UNITY_VERSION", "value": "6000.3" } # Editor that most our users will use (not alpha). Sometimes when testing on trunk we have weird editor issues not caused by us so the preference will be to test on latest editor that our users will use.
8989
]
9090
},
9191
{
@@ -112,7 +112,7 @@ def __init__(self):
112112
{ "key": "BURST_ON_OFF", "value": "off" },
113113
{ "key": "PLATFORM_WIN64_MAC_ANDROID", "value": "mac" },
114114
{ "key": "SCRIPTING_BACKEND_IL2CPP_MONO", "value": "mono" },
115-
{ "key": "UNITY_VERSION", "value": "6000.2" } # Editor that most our users will use (not alpha). Sometimes when testing on trunk we have weird editor issues not caused by us so the preference will be to test on latest editor that our users will use.
115+
{ "key": "UNITY_VERSION", "value": "6000.3" } # Editor that most our users will use (not alpha). Sometimes when testing on trunk we have weird editor issues not caused by us so the preference will be to test on latest editor that our users will use.
116116
]
117117
},
118118
{
@@ -139,7 +139,7 @@ def __init__(self):
139139
{ "key": "BURST_ON_OFF", "value": "on" },
140140
{ "key": "PLATFORM_WIN64_MAC_ANDROID", "value": "android" },
141141
{ "key": "SCRIPTING_BACKEND_IL2CPP_MONO", "value": "il2cpp" },
142-
{ "key": "UNITY_VERSION", "value": "6000.2" } # Editor that most our users will use (not alpha). Sometimes when testing on trunk we have weird editor issues not caused by us so the preference will be to test on latest editor that our users will use.
142+
{ "key": "UNITY_VERSION", "value": "6000.3" } # Editor that most our users will use (not alpha). Sometimes when testing on trunk we have weird editor issues not caused by us so the preference will be to test on latest editor that our users will use.
143143
]
144144
},
145145
{

0 commit comments

Comments
 (0)