Search Issue Tracker

Fixed

Fixed in 6000.4.0a6, 6000.5.X, 6000.5.0a2

Votes

0

Found in

6000.4.0a5

6000.5.0a1

Issue ID

UUM-126952

Regression

Yes

URP Sample project is created with errors

SRP Templates

-

How to reproduce:
1. Create a new URP Sample project
2. Observe the Console

Expected results: No errors are thrown
Actual results: Errors related to "'FullscreenPassBase<T>.Execute" and "_3DSkybox._3DSkyboxPass.Execute" are thrown

Reproducible with: 6000.4.0a4, 6000.4.0a5, 6000.5.0a1
Not reproducible with: 6000.0.61f1, 6000.2.11f1, 6000.3.0b10, 6000.4.0a3

Reroducible on: macOS Tahoe 26 (M1)
Not reproducible on: No other environment tested

Full errors:
- Assets/SharedAssets/Scripts/Runtime/FullscreenEffect.cs(98,26): error CS0115: 'FullscreenPassBase<T>.Execute(ScriptableRenderContext, ref RenderingData)': no suitable method found to override
- Assets/Scenes/Cockpit/Scripts/Skybox3D.cs(121,30): error CS0115: '_3DSkybox._3DSkyboxPass.Execute(ScriptableRenderContext, ref RenderingData)': no suitable method found to override

  1. Resolution Note:

    Updated URP Samples to fix compilation errors with Unity 6000.4

  2. Resolution Note (fix version 6000.5.0a2):

    Fixed compilation issues in URP Samples caused by the deprecation of non-RenderGraph passes. If you still encounter compilation errors, please update your project to the latest version.

  3. Resolution Note (fix version 6000.5):

    Updated URP Samples to fix compilation errors with Unity 6000.4

  4. Resolution Note (fix version 6000.4.0a6):

    Fixed compilation issues in URP Samples caused by the deprecation of non-RenderGraph passes. If you still encounter compilation errors, please update your project to the latest version.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.