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

Support all three official Unity Render pipelines #10

Closed happy-turtle closed 1 year ago

happy-turtle commented 1 year ago

This package should work with all official render pipelines:

I tried this already but always failed with this question: How is it possible for three versions to live in one package and conditionally compile for a certain render pipeline? Or do we need three different package versions?

happy-turtle commented 1 year ago

The completion of #9 will hopefully make this a whole lot easier. Using assembly definitions should make it possible to create package modules that conditionally compile for each render pipeline.

happy-turtle commented 1 year ago

Work is in progress #14

happy-turtle commented 1 year ago

Merged #14