Search Issue Tracker
In Progress
In Progress in 6000.0.X
Under Consideration for 6000.1.X
Votes
8
Found in
6000.0.23f1
6000.1.0a7
Issue ID
UUM-83898
Regression
Yes
[Ubuntu] URP Samples - game mode turns black and multiple "Attempting to resolve render surface"errors when setting Quality pipeline asset
*Steps to reproduce:*
# Create a new URP Project
# Window > Package Manager > Universal RP > Samples
# Import URP Package Samples
# Open BlobShadow scene
# Edit > Project Settings > Quality - Set Render Pipeline Asset to PackageSamplesURPAsset. This is the instruction provided by the sample.
*Actual results:*
*Game view turns pitch black* and initially 41 errors similar to:
{code:java}
Error: Attempting to resolve render surface with no resolve target specified.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&){code}
And one of each of the following:
{code:java}
DrawTransparentObjects: Trying to load color backbuffer into a complex RenderPass setup, results undefined.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&){code}
{code:java}
Draw Decal Screen Space: Trying to load color backbuffer into a complex RenderPass setup, results undefined.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&){code}
This later increased to 146 total errors as I was writing this report.
If you enter game mode, the errorsĀ increase into the hundreds.
*Expected results:* No errors occur.
*Reproducible with versions:* 6000.0.23f1,
*Not reproducible with versions:* 6000.0.22f1
*Can't test with versions:*
* 2022.3.49f1 and below - this pipeline asset is not available.
*Tested on (OS):* Ubuntu 24.04
Does not reproduce on Windows or MacOS
*Notes:*
* Also 893 warnings (UUM-71851)
* These errors seem to turn all game mode views pitch black across all URP Sample Scenes.
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
- The "UnityWebRequest.result" of the "UnityWebRequestTexture.GetTexture" method changes when accessing "UnityWebRequest.downloadHandler" texture
- Slider rounding does not allow setting certain valid numbers as Values when Low and High Values not set to default
- UI Builder Canvas has too big resizing zone on the outside of the canvas
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
NollathTheWeary
Nov 19, 2024 18:37
Works on 2022.3.39f1 but after switching to 6000.0.23f1 the error appeared as described above. This is on NVIDIA 550 drivers.
killlinuxkill
Nov 12, 2024 18:59
Same Here with Unity 6000.0.24 on ubuntu 24.04. Changed to Vulkan API like this https://support.unity.com/hc/en-us/articles/209004446-How-do-I-change-the-supported-Graphics-APIs-for-my-game writed then work.
welkin25
Nov 11, 2024 03:05
Same error with Unity 6000.0.26f1. I'm following beginner tutorial https://learn.unity.com/tutorial/open-the-unity-essentials-project?uv=6&pathwayId=664b6225edbc2a01973f4f19&missionId=664bdda6edbc2a09177bccae# and encounters this error in step "3.Open the project from the Unity Hub".
Andy-Block
Nov 05, 2024 19:06
Hit the same error (thought symptoms differ) on 6000.0.25, running on Windows. For me, things mostly seem to still work, but my uGUI UI rendered via a 'screenspace - overlay' camera does not for some reason... not certain it is due to this error, but it used to work fine (and works fine in editor and on in a macOS player, neitehr of which shows this error).
maxruuen
Nov 04, 2024 10:21
Replicated on Unity 6000.0.25 when using OpenGL 4.6.0 on NVIDIA 560.35.03 drivers.
Switching to Vulkan API works correctly.
hunabku94
Oct 26, 2024 07:00
Same Here with Unity 6000.0.24
joseph_pocketwatch
Oct 17, 2024 15:04
Doe not happen with Vulkan API, seems to be OpenGL 4.5 Core issue on linux