This version of Unity is unsupported.

Animator.StartPlayback

Switch to Manual

Declaration

public void StartPlayback();

Description

Sets the animator in playback mode.

In playback mode, you control the animator by setting a time value. The animator is not updated from game logic. Use playbackTime to explicitly manipulate the progress of time.