Archive 17/01/2023.

Animation events?

smellymumbler

Is it possible to create some sort of “event” that triggers from a specific point in an animation playback? I’m trying to tie a “footstep” sound to the moment that the foot touches the ground.

Sinoid

See AnimationTriggerPoint and Animation::AddTrigger (Animation.h).

weitjong

NinjaSnowWar shows how to do that.

smellymumbler

Thank you so much, guys! I swear I couldn’t find this in the docs.