So as you may know there is a property of Particle Emitter called “EmissionDirection”, you can then choose a surface that the particles launch in the direction of. My request is that there be an option to have the emission direction be from the center outwards towards every direction - like an explosion.
You can already do this. At the very bottom of the ParticleEmitter’s properties is a property called “VelocitySpread” which as far as I know is the size of the cone that particles will emit from (e.g. if you set it to 45 you will get a cone that looks like this).
It’s a little hard to describe it but if you want to get the particles to emit in all directions simply set it to 180 or higher (though I don’t see much of a point in going higher)
2 Likes
Is there any way to create a circular emmiter, rather than a ball-shaped emmiter? So locking the spread to two axis.
1 Like
my thoughts exactly
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.