Search Issue Tracker
By Design
Votes
0
Found in
2017.4
2018.4
2018.4.12f1
2019.2
2019.3
2020.1
Issue ID
1203250
Regression
No
Using "EditorUserBuildSettings.SwitchActiveBuildTarget" in code does not update the "selectedBuildTarget"
Reproduction steps:
1. Open "Test.zip" project
2. "Tools" -> "SwitchMe"
3. Notice the Console Output
4. "Tools" -> "SwitchMe"
5. Notice the Console Output
Expected Result: Using "EditorUserBuildSettings.SwitchActiveBuildTarget" in code updates the "selectedBuildTarget"
Actual Result: Using "EditorUserBuildSettings.SwitchActiveBuildTarget" in code does not update the "selectedBuildTarget"
Reproduced with: 2020.1.0a17, 2019.3.0f4, 2019.2.17f1, 2018.4.15f1, 2017.4.35f1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Resolution Note:
"selectedBuildTargetGroup" controls the Build Player Window selection only and is controlled independently from "SwitchActiveBuildTarget". You can use this property directly to set the selected group if desired.