Any chance we can fully support VFX Graph for UI Toolkit? With custom shaders currently being worked on, particle systems shouldn’t be too far off.
For UGUI, it doesn’t natively support the Shuriken VFX system either but a third party asset from mob-sakai exists called ParticleEffectForUGUI. Being a third party asset, it is a bit finicky to set up and it doesn’t always work for all VFX.
Also the fact that there currently is no alternative to ParticleEffectForUGUI for UI Toolkit. VFX Graph is also a lot easier to work with than Shuriken (for me at least).
Use case is to have particles in UI for a mobile game, e.g. floating coins when a user picks up coin items.