Replies: 1 comment
-
I don't see a way to do this in 3D, but in 2D, you can use the CanvasGroup node and use a shader on the CanvasGroup node itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been tinkering around with VFX trying to establish a system for how I approach them in my game. One approach I've tried is to use the alpha of a texture as a way to clamp the colors of a particle system. The only problem with this approach is that the shader makes a pass on each particle independently, not as a whole. The current blend modes don't really provide a good solution to this so I was wondering if anyone here might know a way to make a shader affect an entire particle system as a whole.
Beta Was this translation helpful? Give feedback.
All reactions