Snap Particle System to UI element

The title’s self explanatory

I have a fuel gauge that’s depleting on button press, symbolized by a UI Slider.

I want to snap a particle system to its tip (To the slider’s handle).

Is this possible ? No need to provide a full example, just a tip in the right direction.

Thanks!

1 Answer

1

Drill down into the children of the slider object in the inspector.

→ Slider
→ Handle Slide Area
→ Handle

Attach your particle system as a child of the “Handle” object, and the particles will follow the handle when it moves

Thanks :)!