westmark / unity-mesh-outline

Unity Package for rendering outlines around meshes/objects
MIT License
30 stars 8 forks source link

Outline Effect not working after upgrading to Unity 2019.1 #4

Closed Felix-Schmid closed 5 years ago

Felix-Schmid commented 5 years ago

I have used the code from this repo in my project for some time now and it worked really well, but I recently decided to upgrade to Unity 2019.1 and since then the outline effect doesn’t display anymore. However it also doesn’t throw any error messages or show warnings, so I have no clue why it stopped working with the new Unity version. Any ideas?

EDIT: Never mind, I figured it out. I am using the Unity Post Processing package and on the script called “Post Process Layer” I had to disable “Directly to Camera Target”.