Search Unity

Animator.Play

Discussion in 'Animation' started by Den_Shockapp, Feb 18, 2021.

  1. Den_Shockapp

    Den_Shockapp

    Joined:
    Jun 18, 2018
    Posts:
    11
    Hello.

    We have updated our project to Unity 2020.2.4f1. And we found some problems with animator.
    We use several animators on UI elements and switch states using Animator.Play("someState").
    This works great in the editor. But it does not work completely in the build for android. The state does not switch.

    We didn't have this issue in Unity 2019. What could be the problem?

    Thanks.