daniel-ilett / shaders-fullscreen-outlines

A post-processing shader to add thin outlines to objects in Unity URP via Shader Graph.
MIT License
54 stars 9 forks source link

Half screen effect #1

Open brombs opened 7 months ago

brombs commented 7 months ago

Hi, I have a problem with the example. This outline is generated only on the first triangle of the screen. What should I do to make it good?

image

kpprt commented 2 months ago

same here after we updated from 2022.3.2 to 2022.3.37. So much for patch versions don't break anything.

kpprt commented 2 months ago

It's not related to the shader. A simple new fullscreen shader graph has the same issues in Unity 2022.3.37 (on Mac, Metal).

kpprt commented 2 months ago

Fix: remove the renderer feature from the renderer and add it again.