Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2018.3.0a1
2018.3.7f1
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1153461
Regression
No
Build Setting "Wait For Managed Debugger" is not accessible via scripting API
Reproduction steps:
1. Create a new project
2. Open project's Build Settings. Observe the "Wait For Managed Debugger" option
3. Create a new script
4. Try to access "Wait For Managed Debugger" option via scripting API
Expected result: "Wait For Managed Debugger" option can be accessed like any other build setting in the EditorUserBuildSettings class
Actual result: There is no public property or method to change this setting in the EditorUserBuildSettings class
Reproducible with: 2018.3.14f1, 2018.4.1f1, 2019.1.4f1, 2019.2.0b4, 2019.3.0a4
Could not test with: 2017.4 ( Wait For Managed Debugger was not present in the Build Settings UI )
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "GetPreferedValue" returns max value when using auto-sizing
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
- Crash on various stack traces when using Texture2D.CreateExternalTexture() while rendering
- Clicking on section text in Node Library > Context folder throws NullReferenceException errors
Add comment