Unity-Technologies / UniversalRenderingExamples

This project contains a collection of Custom Renderer examples. This will be updated as we refine the feature and add more options.
2.03k stars 412 forks source link

DrawFullscreenPass no suitable method found to override #40

Open Maimai1996 opened 3 years ago

Maimai1996 commented 3 years ago

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 commented 3 years ago

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.