- Home /
Particle System Collision Problem
Hi, I have some problem with particle collisions when I start the game. Otherwise Everything seems to be okay.
Terrain have a box collider. When I simulate it, then it works fine but when i start game then particles goes through floor :/
Answer by Eudaimonium · Jul 18, 2015 at 05:53 PM
In your Particle System, in Collision area, there is a setting which tells particles with what layers to interact. In your case, it's "World" layer. Try setting "All" to have particles interact with everything.
Otherwise, make sure that terrain is in World layer.
I'm sorry but there is no such thing like setting of all layers and there is no excact layer of world. I'm still waiting for some advice.
Yes, there is, in your Particle settings, JUST under where the screenshot cuts off (horribly framed screenshots, by the way), is a setting called: "Collides With" with a selection of all Layers of your world. Simply mark the second option, "Everything".
I might add that I strongly suggest to read the Scripting API and User $$anonymous$$anual entry for the Shuriken ParticleSystem.
Your answer
Follow this Question
Related Questions
Keep particles to defined area, destroy on collision 0 Answers
Using Particles with Collision 2 Answers
How to make leaves particles rotate during fall, but falling flat on the ground? 0 Answers
Make a particle system with particles that stick to everything once they collide 0 Answers
3D Particles collision don't work 0 Answers