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
- Non-standard error icon is used in Shader Graph
- GameObject drops to the last position in the Hierarchy when a RectTransform Component is added
- 'NullReferenceException' error is thrown when the Tutorials window is closed and the "Welcome Dialog" is pressed
- Mouse Postion can become max value or infinity when using touch input with Legacy Input Module
- Crash on RaiseException when creating a multiplayer room while toggling UI
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.