Making a Character

Hi, i’m about to make my own low poly character. these are my questions.

  1. How to make a rigged character + walking animations in unity 3D
  2. What bones should i use (IK or just simple bones from maya) ?
  3. can i make a character in Daz 3D with walking animation then convert it to FBX ?
  4. why when i’m import Spore DAE (it has converted to FBX with bones) it become a large capsule collider ?

just that.
thanks before

  1. Walking animations - use iTween and place the pivot of your gameObject into the rotation axis, around which will legs or arms rotate…but its dumb to do animations inside unity.
  2. The ones you can use…
  3. Yes you can, unity supports .fbx.
  4. If you want another collider, just use Mesh instead of Capsule…

– David