Unity Issue Tracker - Reload Script Assemblies never load when entering debug mode
Closed
UUM-16167
Reload Script Assemblies never load when entering debug mode
Unity: Scripting
As Designed
2023.1.X
2022.2.X
2022.1.X
2021.3.X
2020.3.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 :)
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