public override void Reset() { if (coroutine != null) { viewer.StopCoroutine(coroutine); coroutine = null; } finished = false; }
public override void RequestSkip() { if (coroutine != null) { viewer.StopCoroutine(coroutine); finished = true; actor.transform.rotation = Quaternion.identity; actor.ChangeEmotion(emote); } }