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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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 :)