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
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- SetComponentEnabled uses class instead of struct when constraining Enableable Component type
- [iOS] Application.deepLinkActivated does not get invoked while app is running when UIApplicationSceneManifest is added in Info.plist
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.