IEnumerator Start() { // Until we can properly record data, disable yield return(new WaitUntil(() => central.state == CentralState.Idle)); // Register to be notified of new dice getting connected central.RegisterClient(this); }