BlendSpace

BlendSpace : Instance

Overview

BlendSpace is a system that takes a character’s movement speed and direction as a single Vector3 input and blends multiple movement animations smoothly.

It works not only for stepwise animations like Idle, Walk, and Run, but also for movement in various directions like forward, backward, left, right, and diagonals. Based on the input speed and direction, BlendSpace selects the most appropriate animations and blends them seamlessly.

Properties

AnimationIDs

array

Currently not supported.

Code Samples

BlendByInertialization

bool

Currently not supported.

Code Samples

BlendTime

number

Currently not supported.

Code Samples

Methods

Events

See also

BlendSpaceSampleData

Last updated