Search Issue Tracker
Fixed in 2023.2.4f1
Fixed in 2023.2.X, 2023.3.X, 2023.3.0a18
Votes
0
Found in
2023.2.0a18
2023.3.0a15
Issue ID
UUM-57063
Regression
Yes
Errors are thrown when picking VolumetricFog as Fullscreen Debug Mode
Steps to reproduce:
1. Open any HDRP project
2. Go to the Rendering Debugger (Window>Analysis>Rendering Debugger)
3. Go to the Lighting section (sidebar)
4. Select VolumetricFog from the Fullscreen Debug Mode dropdown
Expected result: the debug rendering mode is enabled
Actual result: multiple repeating errors are thrown
Render Graph execution error at pass 'Transparents (Combine and Upsample)' (63)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /home/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:206)
InvalidOperationException: Trying to use a texture (Before Refraction) that was already released or not yet created. Make sure you declare it for reading in your pass or you don't read it before it's been written to at least once.
UnityEngine.Rendering.RenderGraphModule.RenderGraphResourceRegistry.GetTexture (UnityEngine.Rendering.RenderGraphModule.TextureHandle& handle) (at ./Library/PackageCache/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraphResourceRegistry.cs:178)
UnityEngine.Rendering.RenderGraphModule.TextureHandle.op_Implicit (UnityEngine.Rendering.RenderGraphModule.TextureHandle texture) (at ./Library/PackageCache/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraphResourceTexture.cs:68)
UnityEngine.Rendering.HighDefinition.HDRenderPipeline+<>c.<CombineAndUpsampleTransparent>b__952_0 (UnityEngine.Rendering.HighDefinition.HDRenderPipeline+CombineTransparentPassData data, UnityEngine.Rendering.RenderGraphModule.RenderGraphContext context) (at ./Library/PackageCache/com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/HDRenderPipeline.RenderGraph.cs:1452)
UnityEngine.Rendering.RenderGraphModule.RenderGraphPass`1[PassData].Execute (UnityEngine.Rendering.RenderGraphModule.InternalRenderGraphContext renderGraphContext) (at ./Library/PackageCache/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraphPass.cs:351)
UnityEngine.Rendering.RenderGraphModule.RenderGraph.ExecuteCompiledPass (UnityEngine.Rendering.RenderGraphModule.RenderGraph+CompiledPassInfo& passInfo, System.Int32 passIndex) (at ./Library/PackageCache/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraph.cs:1983)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&) (at /home/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:206)
Render Graph Execution error
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /home/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:206)
Reproducible with: 2023.2.0a18, 2023.2.1f1, 2023.3.0a16
Not reproducible with: 2023.2.0a17
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Asset name is not shown in the Undo History window when a sprite is modified
- Moving a Tab to a floating window fails when floating windows are docked next to each other
Add comment