- Home /
Particle collisions without physics force
I'm tying to use a particle effect for dust and debris generated by projectile hits, and I want the dust to be blocked by walls and other solid objects so it doesn't pass right through; but when I enable particle collision, the dust particles push walls that they hit, sometimes to the point of knocking the wall down. How do I prevent force being applied by the particles while still allowing them to be blocked by objects?
Answer by MaximumTre · Apr 11, 2017 at 03:41 PM
Make your walls static. I believe that marks them as immovable objects to the Physics engine.
Your answer
Follow this Question
Related Questions
Fill a Cube with Smoke Particle System 0 Answers
Can Particle System ignore a given collider? 3 Answers
Particle system world collision problem in unity3D 4.3 1 Answer
Detect when 2 particle systems collide with each other? 0 Answers
Let Particles sit on Collider without triggering callback - OnParticleCollisionEnter? . 1 Answer