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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment