I'm applying events in the spine editor. Trying to access them via AnimationState. Problem is I don't have access to many of the methods listed in the AnimationState API. I have access to methods like AddAnimation and SetCurrent, but can't access AddListener and many others.
Checked AnimationState.cs and there is indeed no addListener method. Is it because I'm using Unity?