An old character model components which will be excluded from the CORE project, because it won't be developed to add new features but still being updated follow some CORE code changes.
There are following components:
AnimationCharacterModel
, Use legacyAnimation
component to play animationsAnimatorCharacterModel
, UseAnimator
component to play animations, it's using AnimatorOverrideController to setup animations based on equipped weapon and using skills, it's going to create animator override controller to do it at runtime.AnimatorCharacterModel2D
, UseAnimator
component to play animations, it's using AnimatorOverrideController to setup animations based on equipped weapon and using skills, it's going to create animator override controller to do it at runtime.