Bouncing particles

Hi.

Is it possible to make bouncing particles? Eg mesh particles, or may be just normal sprites. I want to make them bounce against the wall, but cant achieve this.

I tried to set Collision in particle system, but that doesnt work (and there is not even options like Bounce, but Kill or so).

I also tried Event generator, i thought it is possible to spawn particles using collision events, in the needed direction, but i think the Collision event is never generated.

How to simply make particles bounce against the wall?

And is it possible to do this without GPU particles? (not sure if GPU particles are supported on mobiles)

Thx

L.

Hey -

This tutorial video explains particle systems and sprite emitters. There is a section at the end, around the 16:30 mark, that explains how to make the particles bounce against the ground before they’re destroyed.

Cheers

Hi , will check it. Thank you!

Hmm, damping factor, i saw this on “cow particles” tutorial, but cant make it working… I have velocity of particles like X = 100, and then the damping factor 0.4 isnt small? i tried also 30 though, but doesnt work… basicly what i want to achive is projectile trajectory against the wall (like in billiard), what i could do wrong? the particles are not bouncing not even little, with the damping, it just goes through. Thx.

Now i see most ideal would be Beam emitter for this, as it is straight line. However its not possible probably to make it bounce against wall