Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
D

dmotion

> 编程语言
Open source

DMotion - A high level Animation Framework for Unity DOTS

569 stars0 likes0 views
WebsiteGitHub

About

DMotion - A high level Animation Framework for Unity DOTS

DMotion - A High Level Animation Framework and State Machine for DOTS

DMotion (DOTS Motion) is a general purpose Animation framework and State Machine for DOTS, built on top of Kinemation.

Important Notes:

  • DMotion currently only supports Transforms V1. You will need to add ENABLE_TRANSFORMS_V1 to your Script Define Symbols for it to work.
  • Support for Transforms V2 will come the future but no current ETA.
  • Kinemation only supports Windows, Linux and Mac. Mobile support is possible but require manual compilation of the ACL library, I suggest contacting the author of Kinemation for further information.

I've built this tool with usability and performance in mind. The runtime is 100% bursted, and it's currently ~6 times faster than Unity's Mechanim, for 10000 animated skeletons on screen at the same time.

Current Features (v0.3.4)

  • Fully bursted runtime
  • State Machine visual editor
  • Transitions: Boolean, Int, Enum and End Time
  • Simple API for playing clips through code (see samples)
  • 1D Blend Tree
  • Animation Events
  • Root Motion (with WriteGroup support, if you need to override default behaviour)
  • Object Attachment
  • Support for optimized and non-optimized skeletons
  • State Machine Visual Debugging

Planned Features

  • 2D Blend Tree (cartesian/freeform)
  • State Machine Override (a.k.a Animator Override Controller)
  • SubStates
  • IK Support
  • Multiple layers
  • Skeleton Masks

Instalation

Requirements

DMotion requires URP or HDRP, and ShaderGraph to be installed.

Install via Package Manager

  • Window -> Package Manager -> Click the + button -> Add package from git url
  • Paste https://github.com/Dreaming381/Latios-Framework.git
  • Click again to add another git package
  • Paste https://github.com/gamedev-pro/dmotion.git

Install via git submodule

  • cd to your Packages folder
  • git submodule add https://github.com/Dreaming381/Latios-Framework.git
  • git submodule add https://github.com/gamedev-pro/dmotion.git

Getting Started

DMotion contains several samples and documentation to get you started. You can check out the documentation here.

Support and Contributing

I will be supporting DMotion moving forward. Bug reports are definitely appreciated. If you can submit a PR with a bug fix, even better :).

Suggestions and feature requests will be considered. If you have something in mind about how this tool could be better for you, don't hesitate in letting me know.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

C#animationdotsecsstate-machine

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言