Im useing unity 3d the newist version and im my game dev. class we never learned how to make a character or how to put it into a game and i could find anything on youtube about it so if anyone know anything about it id would really need ur help.
Hi there, There is LOADS of info on this for the hundreds of engines out on the internet, and youtube has loads of great tuts on importing models to Unity.
Making a character is beyond the scope of this forum, but there are loads of tuts on how to do that. Here is a brief run through of what you would do to get a model in to unity.
1.) Get a Modeling package, e.g Blender, 3D max, C4D etc
2.) Model character
3.) UV unwrap character
4.) Texture Character (diffuse maps, specular maps, normal maps etc)
5.) Rig the character ready for animation
6.) Animate the mesh
7.) Export the mesh to FBX format.
8.) Put it in the unity folder of your project and the engine will bring it in automatically for you.
9.) Drop the model in to your engine and bang, one character in the game world
10.) Whack some scripting on to it so that it controls movement, frames etc and you’re well on your way!