Search Issue Tracker
Fixed
Fixed in 2022.3.29f1
Votes
1
Found in
2022.3.15f1
6000.0.0b11
Issue ID
UUM-59081
Regression
No
[URP][NRP] RenderPass, BeginSubPass, and EndRenderPass errors are thrown when Native RenderPass is enabled
Reproduction steps:
1. Open the attached “ReproProject” project
2. Open the “Assets/GameScreen.unity” scene
3. Observe the Console window
Expected result: No errors are thrown
Actual result: RenderPass, BeginSubPas, and EndRenderPass errors are thrown
Reproducible with: 2022.3.15f1, 2023.2.4f1, 2023.3.0a19
Could not test with: 2021.3.33f1 (errors)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Errors:
* RenderPass: The dimensions or sample count of attachment 0 do not match RenderPass specifications (2048 x 2048 1AA) vs (1024 x 1024 1AA).
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
Fixed by another internal issue: UUM-61468: [URP][NRP] Errors in console when camera renders to texture and using native render pass