Skip to content

Instantly share code, notes, and snippets.

@daniele-quero
Created November 15, 2022 07:54
Show Gist options
  • Save daniele-quero/778040f68f51a8d47923f7ec6c878c1f to your computer and use it in GitHub Desktop.
Save daniele-quero/778040f68f51a8d47923f7ec6c878c1f to your computer and use it in GitHub Desktop.
public void Play(int id)
{
_animator.SetInteger("stateId", id);
UIManager.Instance.UpdateLabel(id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment