Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.1.X, 6000.2.X
Votes
1
Found in
6000.0.39f1
6000.1.0b7
6000.2.0a4
Issue ID
UUM-98160
Regression
Yes
“EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Reproduction steps:
1. Open the attached “IN-93527.zip” project
2. Go to File > Build Settings
3. Enable Development Build
4. Build and Run the project
5. Observe the Console in the Player
Expected result: No errors
Actual result: “EndRenderPass: Not inside a Renderpass” and “DrawOpaqueObjects/DrawTransparentObjects/Draw UIToolkit/uGUI Overlay: The dimensions or sample count of attachment 0 do not match RenderPass specifications (1728 x 1117 1AA) vs (2560 x 1440 1AA)” errors
Reproducible with: 2023.3.0a18, 6000.0.39f1, 6000.1.0b7, 6000.2.0a4
Not reproducible with: 2022.3.58f1, 2023.3.0a2
Couldn’t test with: 2023.3.0a3-2023.3.0a17 (On some versions building would cause a crash or not build at all with errors)
Reproducible on: macOS 14.6 (M1 Pro)
Not reproducible on: Windows 11
Comments (2)
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
- Tooltip messages should be presented in human language not in code strings
- [Linux] Editor doesn’t auto reload when an Asset is imported or a Script is changed
- MouseDownEvent is triggered when changing from Scene view to Game view
- "GlobalObjectIdentifierToObjectSlow" returns Null when retrieving "GlobalObjectId" from GameObject inside a Prefab
- Shader is invisible in the Build when using BiRP on Meta Quest 2
HydrogenC
Mar 01, 2025 11:54
My output is "Blit Post Processing/Draw UIToolkit/uGUI Overlay: Attachment 0 was created with 4 samples but 1 samples were requested." though. But it seem to be the same issue with this one. Still present in 6000.0.40f1.
HydrogenC
Mar 01, 2025 11:31
Can reproduce both on Intel64 Mac and ARM64 Mac, together with some mobile devices (both Android and iOS), but never on Windows or WebGPU. When I use 4x MSAA for the main camera then this bug no longer happens.
I assume that it may be the UGUI overlay using 4x MSAA but the main camera doesn't, so that problem occurs when merging the render texture.
This bug really bothers my project, hope there's a fix soon.