orels1 / orels-Unity-Shaders

A collection of practical Unity shaders for your next project
https://shaders.orels.sh
Other
169 stars 14 forks source link

Add custom shader combiner #11

Closed orels1 closed 1 year ago

orels1 commented 1 year ago

Currently, if someone needs a special combination of modules - i need to make a custom one.

There should be an option to combine them yourself

One piece of this could include a %CombinePriority(<int>) tag which allows you to enforce an order of module. Or maybe a list of modules it should precede, not sure. Could also just leave it up to the user, so they can figure out what works