private void Update() { if (ready != null) { ready.Update(); knobImage.fillAmount = ready.GetReadyNormalized(); } }