-
Notifications
You must be signed in to change notification settings - Fork 17
Compiler error in Unity 6.4 with SRP 17.4.0 #151
Copy link
Copy link
Open
Description
After upgrading from 6000.3.11f1 to 6000.4.0f1 and Scriptable Render Pipeline Core from 17.3.0 to 17.4.0 I'm receiving the following error:
Library\PackageCache\app.rive.rive-unity@5501c5f026f8\Runtime\Components\Public\RenderPipelines\URP\RenderPass.cs(81,30): error CS0115: 'RenderPass.Execute(ScriptableRenderContext, ref RenderingData)': no suitable method found to override
The following block contains the error, which I believe could probably be fixed by wrapping the whole block with #if !UNITY_6000_4_OR_NEWER, as it states that the method is obsolete, so I'm guessing Unity finally removed the method entirely.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels