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
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
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
Updated URP Samples to fix compilation errors with Unity 6000.4
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.
Resolution Note (fix version 6000.5):
Updated URP Samples to fix compilation errors with Unity 6000.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.