public void StopCurrent() { if (current != null) { current.Stop(); StopCoroutine(currentRoutine); current = null; } }