I am struggling a little to get the help I need. When I'm researching my answer it is not relevant to Spine! I've reached out to all my Dev contacts but they do not know about spine!
I have read a lot of the Spine runtimes and have tried days and days, and today I've come back to try again!
I simply want the 2nd animation to follow after the first one! any help would greatly help me.
void Start()
{
SkelAnim = GetComponent<SkeletonAnimation>();
SkelAnim.state.SetAnimation(0,TazorStart,false); ////THIS PLAYS FIRST///////
SkelAnim.state.SetAnimation(0,Tasar_Idol,true); /////THIS PLAYS AFTER????????
}