What is the software for character making in unity3d 3?

i have a program to making character in the unity3d.please help me!!!

1 Answer

1

in unity you can just import models or stich them together and program them. unity is not a content creation tool. you can create your meshes in other tools like max and maya and import them in unity. then use character controller and animation api and your scripts to make them alive. if you need to create a character customizer then you can use the example project provided in unity's website.