Search Issue Tracker
By Design
By Design in 2023.1.X
Votes
0
Found in
2020.3.40f1
2021.3.11f1
2022.1.19f1
2022.2.0b9
2023.1.0a13
Issue ID
UUM-16167
Regression
No
Reload Script Assemblies never load when entering debug mode
Reproduction steps:
- Open the user’s attached project ("IN-15973_Test.zip")
- Open Test.cs in Visual Studio
- Add a breakpoint above Debug.Log ( "This is where we want to debug" );
- Press F5
- In Editor press “Enable debugging for this session”
- Pop-up with Reload Script Assemblies should show up in the Editor
Expected result: The Reload Script Assemblies finishes loading
Actual result: The Reload Script Assemblies never finish loading
Reproducible with: 2020.3.40f, 2021.3.11f1, 2022.1.19f1, 2022.2.0b9, 2023.1.0a13
Reproduced on: Windows 10 Pro 21H2
Notes:
- The workaround is to delete the “Library” folder
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note:
After looking at it together with Liutauras on Zoom, we figured it's by design, as when we do a Domain Reload OnValidate() is called, which will trigger the breakpoint.
After we "Continue" the execution, everything works as expected :)
Resolution Note (2023.1.X):
After looking at it together with Liutauras on Zoom, we figured it's by design, as when we do a Domain Reload OnValidate() is called, which will trigger the breakpoint.
After we "Continue" the execution, everything works as expected :)