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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment