- Home /
How to add colliders to character?
Hi,
i added a character to my game and i want to know how can i prefent things(ball, bullet, etc) from passing through him. I saved the character from 3ds Max, it already has animation on it and the colliders should fit the animations, so the character controller is not an option as it is not precise enough, I really need collision on arms, legs and limb precisely done. Can I add collision boxes in 3ds Max? Or will i have to add sphere colliders to every bone in Unity?
Your help is appreciated,
BPR
you would probably likely do it in unity ... carefully adding probably box colliders (stretched box colliders) to all the Stuff.
Answer by Jason_DB · Jun 20, 2012 at 04:04 PM
You can do either.
If it seems easier to set up collision boxes in Max you can add boxes/spheres childed to the bones, then in Unity add the appropriate to each and remove their renderer. It would also work to add a collider to each bone in Unity, and both would have the same effect in the end.
Your answer
Follow this Question
Related Questions
Getting 2 colliders, prefab and clone need help please. 0 Answers
Why does my character fall through the floor if I put colliders on his feet and not the body? 1 Answer
how to properly setup a character [closed] 1 Answer
Multiple Colliders On A Single Object Detecting Each Collider In OnTriggerEnter() 1 Answer
Characters do not sit on floor 1 Answer