Search Issue Tracker
Duplicate
Votes
2
Found in
2022.3.15f1
6000.0.0b11
Issue ID
UUM-70501
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)
Comments (1)
-
iXeca
Jan 19, 2025 19:30
did you solve this problem ?
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
- Other threads get resized when trying to resize thread groups on the Timeline of the Profiler window
- Green highlight for selected panel lacks contrast when Editor theme is set to Light
- [Android] AR Camera Background has a white/bright tint when deployed with Gamma Color Space and Vulkan API
- Crash on TextCore::OTL_GPOS_TableReader::GetLookupList when changing to a specific Font in the UI Builder
- Reverting [SerializeReference] List property creates persistent element overrides in Prefab Variants
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-59081
Duplicate of another internal issue: UUM-61468: [URP][NRP] Errors in console when camera renders to texture and using native render pass