- Home /
Question by
stark89 · May 08, 2012 at 10:32 AM ·
iphonecardamagemesh-deformation
Car damage
Hi all am new to unity, I am working on a car game for iphone. Can someone please tell me how to damage the car(ie deform the mesh). thanks in advance :)
Comment
$$anonymous$$y suggestion would be to make seperate "damaged" meshes and change the car's mesh during runtime.
that was one idea, but I have 6-8 car models. Having different damaged mesh and textures for each car be a little heavy on the iphone?
Best Answer
Answer by tnetennba · May 08, 2012 at 01:48 PM
There is an example of how to deform meshes in our resources section
http://unity3d.com/support/resources/example-projects/procedural-examples
These will show you how to go about deforming and crumpling meshes.