Particle system world collision problem in unity3D 4.3

18826-1.png

Hi every body , i have problem with particle system on unity4.3 , i want to move particles on a tube , but the problem is that some of particles movie outside the scope of tube
i set Mesh collider for tube and world collision for particle system
how can slove this problam ?
thanks

One thing you need to know about collision is that the velocity of your objects is important. For example, if your "world" have a collider that is 1 unit large, if your particle is moving more than one unit in a frame, it will go through the collider.

@joskym how can i set particle moving unit ?

@mahdi68 You can set it in the Particle System. Try different values.

1 Answer

1

OnParticleCollision should solve your problem