Skip to content

Instantly share code, notes, and snippets.

@daniele-quero
Created November 4, 2022 10:39
Show Gist options
  • Save daniele-quero/ffd2a303ea8abb7c858fe59de8b39ab9 to your computer and use it in GitHub Desktop.
Save daniele-quero/ffd2a303ea8abb7c858fe59de8b39ab9 to your computer and use it in GitHub Desktop.
public int GetCurrentStateId()
{
return _animator.GetInteger("stateId");
}
public void Play(int id)
{
_animator.SetInteger("stateId", id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment