mob-sakai / SoftMaskForUGUI

Enhance Unity UI (uGUI) with advanced soft-masking features to create more visually appealing effects!
https://github.com/mob-sakai/SoftMaskForUGUI
MIT License
1.91k stars 257 forks source link

ParticleAttractor support for List of Particles and allow them to be attached and detached at runtime #154

Closed YanickFrehner closed 1 month ago

YanickFrehner commented 1 year ago

Is your feature request related to a problem? Please describe. I want to have an Attractor and then Instantiate Particle System at runtime and attach them to the attractor

Describe the solution you'd like What i have in mind is a public Detach and Attach function with the ParticleAttractor and then make the particle function work with a list of particle System which all are being attracted by the same ParticleAttractor

mob-sakai commented 1 month ago

ParticleAttractor is not used in this project.