Skip to content
Remi123 edited this page Jul 14, 2023 · 2 revisions

Welcome to the MotionMatching wiki!

To learn about Motion Matching :

  1. Introduction video
  2. O3DE implementation blog
  3. Daniel Holden aka OrangeDuck's blog
    1. Spring algorithm and controller
    2. Motion Matching implementation
    3. Fitting Motion with Animation

While those resources are good, this implementation has slight differences that must be taken into consideration that will be explained in each relevant section of this wiki.

The goal of this repo is to be a framework for Motion Matching. It provide a set of classes to analyze your animations, some general features about animations like categories and weights, and some helper to query for the best match.

Clone this wiki locally