void Start() { if (!animator) { animator = GetComponent <Animator>(); } if (!sequence) { sequence = GetComponent <ProgressEvent>(); } }