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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment