Search Issue Tracker
Fixed in 12.0.0 (requested backport for 11 and 10)
Votes
0
Found in [Package]
10.3.1
Issue ID
1311108
Regression
No
HDAdditionalCameraData.OnEnabled() adds 2.6 seconds to Domain Reload every time a C# file is changed.
Using the parent case as a repro project, modifying a C# file will causing a domain reload, and out of that time 2-2.6s are spent inside of HDAdditionalCameraData.OnEnabled()
After deep profiling the issue, the code for InputRegistering.cs seems to be doing the bulk of the work, where calls to SerializedProperty.GetArrayElementAtIndex end up taking 2.6 seconds
Reproducible on Unity 2020.1.15f1:
1. Download project from here: https://drive.google.com/file/d/1O83GjyevXNPhSWlXtWTLJ96aU8A-Hmd1/view?usp=sharing and open it
2. Make a single C# change and profile
3. Notice that HDAdditionalCameraData.OnEnabled() takes at least 2 seconds
Note: I've attached screenshots of the profiler as well.
Relevant slack discussion: https://unity.slack.com/archives/C20E70CAC/p1611926333075400
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
Add comment