Emit Particles in 45 degree steps ?
I recently found an nice app, which uses a cool cartoon like splash effect.
It Looks like this :
I marked it with the black arrow...
I tried to create it with the Unity particle System, but somehow i cant manage it to emit particles in 45 degree steps... In their Particle System UI isnt an Option for that.
Does anyone know how to do that ? Or is there an solution to do this through a script ?
Answer by ifurkend · Oct 04, 2017 at 02:27 PM
Main module:
Looping: false
Max Particles: 8
Emission module:
Rate over Time: 1000 (any number absurdly high to be clamped by Max Particles)
Shape module:
Shape: Circle
Arc Mode: Burst Spread
Spread: 0.125 (IOW 1/8)
Renderer module:
Render Mode: Stretched Billboard
Your answer
Follow this Question
Related Questions
Low particle emission rate 1 Answer
particle collision events networking 0 Answers
Circle shape emitter is flipping particles on one side 1 Answer
help with particle projector 0 Answers