mob-sakai / ParticleEffectForUGUI

Render particle effect in UnityUI(uGUI). Maskable, sortable, and no extra Camera/RenderTexture/Canvas.
MIT License
4.34k stars 622 forks source link

Support for Images in Shape module #340

Open PeterBacall opened 2 hours ago

PeterBacall commented 2 hours ago

I'd like the Particle Systems "Shape" module to work with ui Images. So we can emit particles around or on the image. At the moment I can use a "Sprite", that is the same as the Image. But it would no longer match the Image if the ui scales etc. Its not a true solution.

mob-sakai commented 1 hour ago

Thank you for your reporting!