Animation Overview
Most game projects require an animated character to move around in the environment. This may be a character that the player controls, or an AI-driven entity that interacts with the level.
Use the EMotion FX Animation Editor to animate characters in Open 3D Engine. To build a character, you associate one or more skinned models with an animation skeleton (built in a digital content creation tool like Maya). You then import the character into the Animation Editor and specify the animations that you want your character to have.
You can then blend animations, so that your character transitions from one animation to another, and specify the conditions when an animation occurs for a character. For example, you can specify that your character starts in an idle position. After several seconds, the character starts to walk, run, and then slow down again until the character returns to an idle position.
In the Animation Editor, you can preview the animations and blends between the animations for your characters.
O3DE has the FBX Settings tool that converts static .fbx
meshes, skeletons, skins, animations, and materials into O3DE assets. For more information, see
Customize FBX asset export with FBX Settings.
Topics
- Setting up actor entities
- Using multiple skin attachments for an actor
- Animation Editor Concepts and Terms
- Animation Editor User Interface
- Animation Editor File Types
- Getting Started with the Animation Editor
- Referencing External Anim Graphs
- Synchronizing Animation Graphs: Example
- Animation Editor Components
- Using Morph Targets to Deform Characters
- Customizing State Machine Routing with Sparse Motion Sets
- Animation Editor Nodes
- Using Tags with Animation Graphs
- Customizing EMotion FX Objects
- Creating Custom Motion Events and Parameters Using C++
- Creating and Simulating a PhysX Ragdoll
- Retargeting Motions
- Creating Simulated Objects
- Add Cloth Colliders to actors