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
- Search description string is always truncated
- [VFX] When Grouped Nodes are converted to Subgraph Operator resulting Graph Node is not included in the Group
- Search window icons are less sharp/more pixelated than other editor icons
- The Inspector can be covered when scaling the horizontal separator bar
- A script cannot be attached to a GameObject when there is another script that is generic with the same name in a different folder
Add comment