Skip to content

Animation Montages for Game Creator 2

Animation Montages coordinates animation-driven interactions in a reusable timeline asset. It provides normalized timing, point notifications, range windows, sections, branches, transform tracks, runtime parameters, and Game Creator 2 visual-scripting hooks.

Installation

Review the prerequisites, package order, and assembly-definition guidance. Open Installation

Getting Started

Create an asset, add the player component, choose a playback mode, and trigger it from Game Creator 2. Open Getting Started

Core Concepts

Understand normalized timing, Gestures, States, blending, root motion, and avatar masks. Open Core Concepts

Examples

Review potion, chest, dodge-roll, and interactive-alignment workflows. Open Examples

C# API

Preserve and review the documented player methods, properties, callbacks, and example. Open the C# API

Troubleshooting

Diagnose compilation, playback, timeline timing, interruption, restoration, and compatibility questions. Open Troubleshooting

Area Documented capability
Normalized timeline Store markers as percentages so they follow clip length and playback speed.
Notifies Run a point event when the playhead crosses a configured position.
Windows Run enter and exit logic across a configured range.
Sections and branches Divide playback into named areas and choose a path at runtime.
Transform tracks Apply eased position, rotation, or scale changes to a target.
Playback modes Play temporary Gestures or sustained States with entry and exit transitions.
Integrations Use Game Creator 2 visual scripting or the documented C# surface.

Use a montage when an animation needs synchronized events, range logic, branching, spatial alignment, or a sustained stance with transition phases. For a simple animation without timed logic, use the regular Game Creator 2 Gesture or State workflow.