IronWarrior / UnityOutlineShader

Source code for Outline Shader tutorial for Unity. Detects edges in a scene using the depth and normals buffers.
https://roystan.net/articles/outline-shader
The Unlicense
893 stars 111 forks source link

Does not seem to work on iOS at all #11

Open DataGreed opened 7 months ago

DataGreed commented 7 months ago

The outline is visible in play mode in Unity, but when I build the project for iOS, it doesn't show up in the built version. Is there any way to fix this?

Thanks.