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
- “Assertion failed on expression: 'IsFinite(distanceForSort)’” is spammed in the Console when changing Trail GameObject position to a very high number
- VFX Graph Node documentation icon is pixelated
- [macOS] Pop-up windows are misaligned on macOS Tahoe 26.0
- Console errors are thrown and import loop when adding "Default.tss" to Inherited Themes in Default Runtime Theme File Asset
- Cutout box is covered in a shadow when the object that houses the cutout is casting shadows
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 :)