Hi, I am trying to see Outline Post Effect but, after I followed the instruction,
( npm i postprocessing install, installed URP, added Volume to an Object, and Tried to find whats called OutlinePostEffect, but since Iāve wrote new in OutlinePostEffect.ts it is not generating in cs, so I neither can find it as a component or in add Override Tab
Hi, you have to create your C# component manually. Just give the C# component the same name as your ts effect and expose the fields that you want, then add it next to the volume componnet.