mob-sakai / ParticleEffectForUGUI

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

Question: Possible to use one attractor for multiple systems? #305

Closed SporeProductions closed 3 months ago

SporeProductions commented 4 months ago

Is it possible to use one Particle Attractor and have multiple particles systems all attracted to that same Attractor?

Possible Bug: I created 10 Attractors, each is linked to a different Particle system. When it runs, all particles systems just animate all the same. Actually, I'm seeing one particle system trigger ALL of them. So weird. They are individual, in prefabs.

mob-sakai commented 3 months ago

Thank you for your reporting! I would like to know more about this issue. Could you please attach a minimal project (included Assets, Packages and ProjectSettings directories) that reproduces the issue?

repos

SporeProductions commented 3 months ago

I was able to set up such that it worked and I do not remember how to replicate the bug. Sorry.