Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Realistic Vehicle damage

How to implement realistic vehicle damage in unity game:

  1. At modelling level.
  2. And at programming level.

(I'm not using names, logos, or anything related to real car models. I make my own models)

Answers

  • I think for model purposes you should use Blender Cell Fracture Addon and for Programming level you should simple make a int health which you can decrease and do some visual effects and if that becomes 0 just disable gameobject or something like that.

Sign In or Register to comment.