- Home /
how to make a character break apart when hit by a car>
i have a character which follows my character around in my game. I would like to make it so that it breaks apart into each of the different bits of the character when hit by an ingame object. i have tried to do this using kinematics on separate rigidbodys for each body part but its doesn't work atall.
Answer by Pangamini · Apr 12 at 10:55 AM
If your character is a skinned mesh (you should be more specific about the details), then you will need to model a gibbed character and replace it for the original skinned character. At the moment of gibbing, place all gibs where their respective animated bones are before you activate them (I assume that you want them to be rigidbodies / small ragdolls themselves)
Your answer
Follow this Question
Related Questions
Array GameObjects Destinations NavMeshAgent 2 Answers
Can u "bind" game objects together to increase performence in an explosion or traffic jam? 1 Answer
In a group of gameobjects, how to have only one object active at a time while disabling the others? 2 Answers
Having an issue with one script on multiple GameObjects 0 Answers
Why does the money counter resets when I pull different objects trough the trigger? 1 Answer