Table of Contents

Package Structure

Namespace Description
LitMotion Contains essential functionalities for creating and driving motions.
LitMotion.Adapters Includes adapters for Unity-specific types like primitive types and Vector3.
LitMotion.Editor Contains functionalities to operate motions within the editor.
LitMotion.Extensions Contains extension methods to bind motions to Unity components. These functionalities are separated into a different asmdef file.
LitMotion.Animation A package that provides animation functionality working with LitMotion. The LitMotion Animation component, which allows you to create complex animations directly from the Inspector, becomes available. This is provided as a separate package.