Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0a5
Issue ID
1061877
Regression
Yes
[Profiler] ArgumentNullException on changing Profiler Hierarchy raw to Timeline
[Profiler] Error on changing Profiler Hierarchy raw to Timeline
To reproduce:
1. Create a new project.
2. Open Profiler Window.
3. Enter Playmode and profile some data.
4. Select Raw Hierarchy view -> Select one of lines.
5. Select Timeline view -> Select one of lines.
Expected result: No error in console.
Actual result: Error appears:
ArgumentNullException: Argument cannot be null.
Parameter name: _unity_self
UnityEditorInternal.Profiling.FrameDataView.GetItemPath (Int32 id) (at /Users/builduser/buildslave/unity/build/Modules/ProfilerEditor/Public/ProfilerFrameDataView.bindings.cs:208)
UnityEditorInternal.ProfilerFrameDataTreeView.PropertyPathMatchesSelectedIDs (System.String legacyPropertyPath, System.Collections.Generic.List`1 selectedIDs) (at /Users/builduser/buildslave/unity/build/Modules/ProfilerEditor/ProfilerWindow/ProfilerFrameDataTreeView.cs:208)
UnityEditorInternal.ProfilerFrameDataTreeView.SetSelectionFromLegacyPropertyPath (System.String selectedPropertyPath) (at /Users/builduser/buildslave/unity/build/Modules/ProfilerEditor/ProfilerWindow/ProfilerFrameDataTreeView.cs:194)
UnityEditorInternal.Profiling.ProfilerFrameDataHierarchyView.SetSelectionFromLegacyPropertyPath (System.String selectedPropertyPath)
Regression:
Reproduces in
Version 2018.3.0a1 (d734fac073ec)
Wed, 06 Jun 2018 08:19:04 GMT
Branch: trunk
and latest alphas.
Does not reproduce in
Version 2018.2.0f2 (787658998520)
Thu, 05 Jul 2018 21:08:42 GMT
Branch: 2018.2/staging
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment