I imagine shaders are important for many commercial game projects.
Is there an ETA for shaders in UIToolkit? Is there already an internal prototype maybe or has it yet to come?
Also I wonder, will existing shaders be compatible with UIToolkit?
For example, I’d like to use the effect shaders from this project: GitHub - mob-sakai/UIEffect: UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!
Looking at the 2024 release cycle at the moment. See this answer , and this one too.
Probably not, since the way we generate UI geometry is different in UI Toolkit than uGUI to support features like anti-aliasing without MSAA. However, we want to support common UI effects out of the box, so sharing usage examples like you just did really helps us to better understand your needs.
1 Like
Thanks, I found answers in the threads you pointed out.
I am particularly interested in a HSV shader to change colors more “naturally”, without making the image darker.