Search Issue Tracker
Fixed
Fixed in 6000.0.42f1, 6000.1.0b10, 6000.2.0a5, 7000.0.0a20
Votes
1
Found in
6000.0.29f1
6000.1.0a6
6000.2.0a1
Issue ID
UUM-88999
Regression
Yes
[Linux] "Trying to load color backbuffer into a complex RenderPass setup" error is thrown after entering Play mode in AR Mobile template project
Steps to reproduce:
1. Create a new project using AR Mobile template
2. Enter Play mode
3. Observe the Console
Actual results: "DrawTransparentObjects: Trying to load color backbuffer into a complex RenderPass setup, results undefined.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)" error is thrown
Expected results: No errors or warnings are thrown
Reproducible with versions: 6000.0.23f1, 6000.0.29f1, 6000.1.0a6
Not reproducible with versions: 2021.3.45f1, 2022.3.53f1, 6000.0.22f1
Tested on (OS): Ubuntu 22.04
Notes:
- Not reproduced on macOS Sequoia 15.1 (Intel)
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
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
- Terrain is rendered with broken material when adding Terrain Component to a Cube GameObject and assigning Terrain data
- APV baking settings are not saved until you bake
- Animator State Labels are not Rendered correctly when using the Bitmap Renderer as the Default Editor Text Renderer
- LDR render target is used when HDR is enabled in URP and Recorder Source is set to 360 View
Resolution Note (fix version 6000.2.0a5):
Unity graphics engine was using a wrong check to determine whether an attachment is a back buffer or not when using Render Passes. It has been fixed and URP (using Render Graph and Render Passes in Unity 6) doesn't throw this error anymore. Thanks for reporting this issue.