No idea of how to simulate car crashes

Posted by user2332868 on Game Development See other posts from Game Development or by user2332868
Published on 2014-05-26T17:13:19Z Indexed on 2014/05/26 22:06 UTC
Read the original article Hit count: 222

Filed under:
|

I have a simple car game with all the basic collision detection and movement in Unity with C#. But when I was building the "engine" for the game I didn't include a detail I later decided to include. I want the possibility so that cars can get damaged and so that the model can change. For example the car looked like it was new and after a crash it looks like a wreck. Please help me by pointing to some resources or by telling me approximate ways of implementing this new feature. Thanks!

© Game Development or respective owner

Related posts about c#

Related posts about unity