// Update is called once per frame void FixedUpdate() { DynaLinkHS.EthernetStatusWDG(); if (UdpCloseBit == true) { StartCoroutine(WaitTime()); UdpCloseBit = false; } }