Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2021.1.X
Votes
0
Found in
2021.1.0a7
2021.1.0b6
Issue ID
1293257
Regression
Yes
[Profiler] Window breaks after switching threads
Profiler window breaks after switching treads
To reproduce:
1. Enable Editor Profiling.
2. Enter Playmode, profile a bit,
3. Stop Profiling.
4. Exit Playmode.
5. In (Raw) Hierarchy select e.g. Profiler.DataDeserializer.
6. Enable profiling again.
Actual result:
Profiler window is blank and error fall in log:
NullReferenceException: Object reference not set to an instance of an object
UnityEditorInternal.Profiling.CPUProfilerModule.ApplySelection (System.Boolean viewChanged, System.Boolean frameSelection) (at <c04d3eff6b2847bb9c702bb4f59bb144>:0)
UnityEditorInternal.Profiling.CPUOrGPUProfilerModule.TryRestoringSelection () (at <c04d3eff6b2847bb9c702bb4f59bb144>:0)
UnityEditorInternal.Profiling.CPUOrGPUProfilerModule.OnEnable () (at <c04d3eff6b2847bb9c702bb4f59bb144>:0)
UnityEditorInternal.Profiling.CPUProfilerModule.OnEnable () (at <c04d3eff6b2847bb9c702bb4f59bb144>:0)
UnityEditor.ProfilerWindow.OnEnable () (at <c04d3eff6b2847bb9c702bb4f59bb144>:0)
UnityEditor.ProfilerWindow:ShowProfilerWindow()
Expected result: Profiled works.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI becomes unresponsive when using AppUI Navigation and Event System is attached
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
Add comment