8000 GitHub - lukecheng/Unity_CharacterAnimationEssentials: Character animation utilities for unity.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lukecheng/Unity_CharacterAnimationEssentials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Character Animation Essentials

This repository is a collection of packages to easily control character animations with Unity's timeline and so on.

How to use

Facial Animation Timeline

  1. Create Facial Preset

    Create facial preset assets for describe facial expressions.

    create

  2. Register corresponding blendshapes for facial expression

    Register a face type and corresponding blend shape values.

    blendshape

  3. Add Facial Timeline component to a gameobject.

    and set skinned mesh and add facial expression presets to the list.

    facialtimelinecontrol

  4. Create timeline for facial expression.

    create facial expression track and bind the Facial Timeline component. And create facial clip with selecting face type.

    facialtimeline

Hand Animation Timeline

  1. Create hand shape preset.

    Create hand shape preset assets for describe hand shape.

    createhandpreset

  2. Register corresponding finger rotation values.

    registerhandshape

  3. Create hierarchy for hand animation timeline

    hierarchy

  4. Register character's hand transforms

    Press detect button to find character's finger transforms.

    handtransformregister

    Please edit HandTransformDetection.cs script for your convenience.

    handdetect

  5. Add each timeline hand control component to a gameobject.

    left

    right

  6. Create timeline

    Add hand timeline track and create some clips.

    handtimeline

さめるちゃんモデルライセンス

Design, Modeling and Rigging : さめ汰 (https://twitter.com/f_inari)

  • 営利目的での使用は不可能です。
  • 非営利目的で使用する場合も、下記連絡先までご連絡いただき、許諾を得たうえでのご使用をお願いいたします。

Code License

MIT

About

Character animation utilities for unity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%
0