LWRPAmbientOcclusion icon indicating copy to clipboard operation
LWRPAmbientOcclusion copied to clipboard

Incompatible with LWRP 3.0.0-preview

Open Krxtopher opened this issue 5 years ago • 2 comments

I was so happy to find your solution, but unfortunately it has a ton of compile errors when used with LWRP 3.0.0-preview.

Krxtopher avatar Aug 25 '18 00:08 Krxtopher

just add line 34: private readonly RenderTargetIdentifier? DestAO;

and change line 129 to: msvo.GenerateAOMap(cmd, cam, AmbientOnlyAO, DestAO, false, false);

works in unity 2018.3.0f2 lwrp

edit: works with postprocessing up to 2.0.17 only

urosmarinkovic avatar Jan 10 '19 12:01 urosmarinkovic

Check this out https://github.com/beinteractive/LWRPAmbientOcclusion/pull/2

I added support up to 2.1.2

PinkPanter avatar Jan 26 '19 01:01 PinkPanter