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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Add comment