Trying to get a particle emitter to emit inwards

  1. What do you want to achieve? I want my particle to emit inwards
  2. What is the issue? Particle isn’t emitting inwards
  3. What solutions have you tried so far? I’ve searched around online and found some previous posts about the discussion, I’ve copied all the properties that they have used however I still can’t reproduce what they’ve done

This gif shows the current particle emitting:
https://gyazo.com/5635e455acc6c05aa173701d2373052c
This one shows the properties being used:
https://gyazo.com/21d21137fd0eadd7e9d8511d27cd2786

Your properties are set up correctly, but the gif does seem to show the particles moving outwards. Perhaps your Part is too small, so it appears that the particles are moving outwards because they spawn so close to each other and move inwards so fast that they immediately pass through each other and out the outside if you catch my drift?

Make your part bigger, or change the Speed of the emission in the ParticleEmitter, and check it out.

1 Like

Changing the size of the part has fixed it as shown in the gif:
https://gyazo.com/42dd176ba3d254a8cbb7a9aac9805198

Thanks for the help !

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.