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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment