Search Issue Tracker
By Design
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
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
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 :)