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)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Can not navigate through the Scene view when using a drawing tablet
- Crash on EditorDisplayDialogProc when opening Dialog box containing buttons with unusually long labels
- Crash on AsyncWriteImageToR2dFile when baking lightmaps using custom parameter with 16x Anti Aliasing samples
- Application Cloud Connection Id is incorrect when using Build Profile with Player Setting Overrides.
- [Android] [GameActivity] UI is unresponsive when Application Entry Point is set to GameActivity
Add comment