Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DrawFullscreenPass no suitable method found to override #40

Open
Maimai1996 opened this issue Dec 3, 2020 · 1 comment
Open

DrawFullscreenPass no suitable method found to override #40

Maimai1996 opened this issue Dec 3, 2020 · 1 comment

Comments

@Maimai1996
Copy link

Assets\Scripts\Runtime\RenderPasses\DrawFullscreenPass.cs(26,30): error CS0115: 'DrawFullscreenPass.OnCameraSetup(CommandBuffer, ref RenderingData)': no suitable method found to override

using version 2019.4.4f1, URP7.3.1.
anyone have ideas?

@Stealcase
Copy link

OnCameraSetup was first documented in URP 9.0.Preview for Unity 2020.1.0b13+

I'm assuming you need at least those versions to use the override, but I don't know what events you could use as a replacement for earlier versions. =/

I've opted not to use the examples because I'm using Unity 2019 LTS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants