Tank Marks On Ground / Solutions

Hi there,

I am looking into a solution to generate tank track marks. The Car tutorial is a little complicated and will keep that as a late solution :); I am looking or a simpler solution that may possibly work on mobile devices - but honestly, any hint/idea/link to a tutorial/scripting reference is welcome!

Hi,

Since Unity does not have so called decal system, some guys made one and you can find it here:

http://unity3dstore.com/?page_id=59

You could use GetPixels and SetPixels property of Texture but I think that it would have big performance impact, especially on large textures.

Regards.