hey there guys. i got unity the other day and have been fooling around with it and following a book i acquired and now have the basics more or less down. but my question is, where can i find a resource for creating a unique character? any help would be appreciated.
in the character controller asset that you can import in Unity(it comes with it), you can look at the script to get an idea how to create movement and jumping in your own controller. Character controller is very good, but sometimes you want more control so you can create a rigidbody controller, using rigidbody and a capsule controller. You can go to http://www.unifycommunity.com/ for sample controllers if you like.
thanks bud ![]()
i think i missworded my issue. im wanting to make the character itself, so i guess to skin the character?
https://cgcookie.com/products-page/training-series/blender-low-poly-character-training-series/
or
You’ll be looking for something like this, then.
Unity itself does not create models. You’ll need something else to do that.