Hello,
Timeout.OnCheck() is to clear the Timeout.currentTime Finally ,
But Timeout.Count() is a co-routine then so called ,
Timeout.currentTime has not been clear .
Hello,
Can you please help me understand what is the issue with the Timeout condition? 🙂
It will return false while counting down and true if the count down has finished/timeout
Let me know
You’re cleared to 0 the Timeout.currentTime at the end of the OnCheck.
But coroutine does not yet finished, the addition process to Timeout.currentTime you would be done .
Probably you have to correct in this way.