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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Add comment