Search Issue Tracker
Fixed
Fixed in 6000.0.0b14
Votes
0
Found in
2023.3.0b8
6000.0.0b11
Issue ID
UUM-65820
Regression
Yes
[HDRP] Two passes called Begin/End Profile in different locations warnings when opening the Render Graph Viewer
*Steps to reproduce:*
1. Open a HDRP project
2. Go to Window>Analysis>Render Graph Viewer
3. Observe the console
*Actual results:* Two warnings are thrown:
Two passes called BeginProfile in different locations: ./Library/PackageCache/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraph.cs:2633 and ./Library/PackageCache/com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/HDRenderPipeline.PostProcess.cs:516. Jumping to source from Render Graph Viewer will only work correctly for ./Library/PackageCache/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraph.cs:2633.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:219)
Two passes called EndProfile in different locations: ./Library/PackageCache/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraph.cs:2655 and ./Library/PackageCache/com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/HDRenderPipeline.PostProcess.cs:677. Jumping to source from Render Graph Viewer will only work correctly for ./Library/PackageCache/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraph.cs:2655.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:219)
*Expected results:* No warnings are thrown
*Reproducible with versions:* 2023.3.0b8, 2023.3.0b10
*Not reproducible with versions:* 2023.3.0b7
*Tested on (OS):* MacOS
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment