Create paint splatter on an object

Hi,

I want to make a little paintball game. How can I make the paint bullets and the effect after the bullets hit an object?

There should be a splitter like this:

alt text

What’s the best way to create the painting on the objects?

Tuni

The Shuriken particles example project comes with a paint splatter particle that is quite nice.

But you can also use a decal (plane with transparent texture).

Just Instantiate the splatter effect where the bullet collides.