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

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.