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
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
Add comment