Skip to content

Compiler error in Unity 6.4 with SRP 17.4.0 #151

@CalvinTeaching

Description

@CalvinTeaching

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions