Wednesday, 27 August 2014

Animator Scripting

Animator Scripting

Unity’s Animation System allows you to create beautifully animated skinned characters. The Animation System supports animation blending, mixing, additive animations, walk cycle time synchronization, animation layers, control over all aspects of the animation playback (time, speed, blend-weights), mesh skinning with 1, 2 or 4 bones per vertex as well as supporting physically based rag-dolls and procedural animation. To obtain the best results, it is recommended that you read about the best practices and techniques for creating a rigged character with optimal performance in Unity on the Modeling Optimized Characters page.

Making an animated character involves two things; moving it through the world and animating it accordingly. If you want to learn more about moving characters around, take a look at the Character Controller page. This page focuses on the animation. The actual animating of characters is done through Unity’s scripting interface.

http://docs.unity3d.com/Manual/ModelingOptimizedCharacters.html - Modeling Optimized Characters page
http://docs.unity3d.com/Manual/class-CharacterController.html - Character Controller page

No comments:

Post a Comment