Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Animator.StartPlayback

Switch to Manual
public void StartPlayback();

Description

Sets the animator in playback mode.

In this mode, the animator is not updated from game logic and is controlled instead by setting time value. Note that time will not automatically progress here, you have to manipulate it explicitly from playbackTime. PlaybackRecordedFrame should be used to playback recorded data.