Search Issue Tracker
Not Reproducible
Votes
3
Found in
2019.3
2020.1
2020.1.0b8
2020.2
Issue ID
1253165
Regression
Yes
ReloadAssembly -> EndReloadAssembly processing freezes Editor for minutes
Almost every action in Editor requires Application.UpdateScene and domain reload.
It happens in different actions, like starting playmode in project, but the easiest way to reproduce is:
0. Create a new project.
1. Enable profiler.
2. Enable Profiler - Editor - Deep profile.
Actual result: You will see Application.UpdateScene. If you go to profiler you'll see the peak of EndReloadAssebly.
You can find attached screenshots from profiler and https://www.dropbox.com/s/2hndkeakq6o2mvo/deepprofile.data?dl=0 profiler snapshot from there.
In Dots-Shooter this issue raises to 12+ mins of waiting for every action to be done.
Reproduces for 27094 version.
Reproduces in 2019.3.15f1, 2020.0.b9 and later.
ReloadAssembly is alrealy higher on empty project in 2019.2.9f1.
Does not reproduce in 2018.4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment