AnimatorPlus is a lightweight Animator enhancement plugin that enables directly play animation clip without Animator configuration, retaining native crossfade transitions, RootMotion, AvatarMask.
AnimatorPlus v1.0
“Sharing is caring”
Description
If you :
Tired of managing complex Animator state machines network
Mid-project and cannot abandon the Animator workflow
Needing runtime dynamic play animation clip
Requiring full code-driven control over animation transitions
Then AnimatorPlus is your optimal solution!
Technical details
Play AnimationClip by Script, blend results from AnimationClips and Animator Output
Non-Destructive Integration: Attaches to existing Animator components—no need to discard prior setups
Runtime Flexibility: Play any AnimationClip dynamically at runtime
Root Motion Support: Direct access to DeltaPosition and DeltaRotation
Support needed Animator Feature : Supports AvatarMask, additive animations…..
Developer-Friendly: Clean Playable-based code for easy customization
Usage Recommendations:
Keep using Animator for complex features like Animation Layers and Blend Trees like movement animations (e.g., walk/run cycles)
Use AnimatorPlus for one-off or runtime dynamic changed animations (skills, interactions)




