Search Issue Tracker

Fixed

Fixed in 2022.3.24f1, 2023.2.18f1, 2023.3.0a17

Votes

0

Found in

2022.3.13f1

2023.2.1f1

2023.3.0a14

Issue ID

UUM-56396

Regression

Yes

Errors are thrown when Native RenderPass is Enabled

--

-

How to reproduce:
1. Open the “IN-59937_NativeRenderPassRepro“ project
2. Open the “NativeRenderPass_Repro“ scene
3. Enter Play Mode
4. Observe the Console

Expected result: No errors are seen
Actual result: Errors are seen

Reproducible with: 2022.3.1f1, 2022.3.13f1, 2023.1.20f1, 2023.2.1f1, 2023.3.0a14
Not reproducible with: 2021.3.32f1, 2022.3.0f1

Reproducible on: macOS 13.4.1, Windows 10
Not reproducible on: No other environment tested

Errors:

* RenderPass: Missing resolve surface for attachment 0
UnityEngine.Rendering.RenderPipelineManager:DoRenderLoop_Internal (UnityEngine.Rendering.RenderPipelineAsset,intptr,UnityEngine.Object,Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle)
* BeginSubPass: Not inside a Renderpass
UnityEngine.Rendering.RenderPipelineManager:DoRenderLoop_Internal (UnityEngine.Rendering.RenderPipelineAsset,intptr,UnityEngine.Object,Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle)
* EndRenderPass: Not inside a Renderpass
UnityEngine.Rendering.RenderPipelineManager:DoRenderLoop_Internal (UnityEngine.Rendering.RenderPipelineAsset,intptr,UnityEngine.Object,Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle)

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.