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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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