happy-turtle / oit-unity

Order-independent Transparency Implementation in Unity with Per-Pixel Linked Lists
Apache License 2.0
181 stars 25 forks source link

refactor: :fire: remove deprecated image effect implementation #23

Closed happy-turtle closed 7 months ago

happy-turtle commented 7 months ago

The image effect component implementation is very cumbersome and error prone. Support from Unity for this old implementation is lacking as well. Hence I don't want to support it anymore.

Removes image effect component. For use with the built-in pipeline use the post-processing implementation instead.