Spawn particles on collider surfaces in range
I am currently creating particle systems and scripts to generate giant explosions of varying sizes.
One of the effect I am trying to create is dust rising from the ground as the explosion nears. I am currently doing that with a very fast particle emitter, emitting thousands of invisible particles that generate a dust spray on collision. The results are however unsatisfying. To create nice effect, I need tens of thousands of invisible particles, which is way too much.
I am looking for a way to simply extend the spawning zone of the particle emitter, and that it automatically emits dust on every surface available.
Answer by CybernetHacker14 · Oct 05, 2017 at 06:32 AM
I think the number of particles and the spawn radius size can be altered in the properties of the particle system itself. The 'Shape' sub-menu allows you to increase the radius. And in the starting options, there's a variable called as 'Max Particles' which determine how much particles will be spawned.
Your answer
Follow this Question
Related Questions
Can't find a way to add particle effects to a collision 2 Answers
ParticleSystem collidesWith 2 Answers
Particle Collision between particles 2 Answers
accessing the colliding particle 0 Answers
Particle System Collision Mode 1 Answer