Search Issue Tracker

Active

Votes

0

Found in

6000.0.23f1

Issue ID

UUM-83898

Regression

Yes

URP Samples - multiple "Attempting to resolve render surface" and other errors appear 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:*

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.

*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

*Notes:*
* Also 893 warnings (UUM-71851)

Add comment

Log in to post comment