Reputation: 3997
I am creating an android application. The objective of my app is to show a character(Men/women) with movement(like walking or something). I am new to the unity3d, blender tools.
I put efforts to start my task and I got the following informations,
1) Creating Men / Women character using MakeHuman tool. 2) Import Character to blender tool and armature the character. 3) With the use of this blend file, can create the application in unity3d tool.
Is this correct way to start my app. If yes, can anyone give some samples (or) links that useful for this (or) some guidance. If No, can anyone provide some way to do this?
Upvotes: -1
Views: 544
Reputation: 1035
first of all, you can use whatever modelling tool you want. Mostly used tool is maya(animation). Export your model and animation file to FBX file then you can import it in Unity and can be used to make app. You will find many video tutorials on 3dbuzz . The document for the exporting and importing object you can find here. If any doubts, you can join chatroom for unity3d.
Upvotes: 2