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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment