LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

Animator.Update

Switch to Manual
public void Update(float deltaTime);

Parameters

deltaTimeThe time delta.

Description

Evaluates the animator based on deltaTime.

Updating the animator with this function might not work well with the physics engine or any other system that is normaly evaluated by the Game loop.