- Home /
particle system Collision issue
hi everyone, in a 2D scene,I have a game object that contains a particle system witch particles should collide with the ground. I have the ParticleSystem.Collision set to plane where i drag and droped plane that I created in the scene for this purpose
in the scene preview tab I can see the collision happening but when the game is launched the particles keep falling, I checked the particle system on the prefab object and the ParticleSystem.Collision plane was empty (null).
should I set it in a script or is there a better and easier way ?
Answer by whynot660 · Feb 05, 2017 at 07:39 PM
I end up answering my self :D; if any one has another answer specially programmatically I'll be more then thankful :)
I created a prefab of the plane I was using as a collision plane, and drag&droped it in the collision plane field then applied changes to my gameobject prefab
Your answer

Follow this Question
Related Questions
spawning on collision 1 Answer
Extinguish a Fire Particle System Using Game Object or Particle System Collisions 0 Answers
Particle System won't play in method. 0 Answers
Is it possible to make a particle system solid??? 2 Answers
Particle System with multple collision behaviors for different layers? 0 Answers