You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created this as an issue with Unity, as it is to do with their implementation of the SynchronizationContext; but it appears setting Time.timeScale = 0f delays the continuations being run on Unity's thread until it is increased above 0.
We found this while using the provided new WaitForUpdate/ Awaiters.NextFrame from a background task.
Unity Ticket: 1057404
The text was updated successfully, but these errors were encountered:
I've created this as an issue with Unity, as it is to do with their implementation of the
SynchronizationContext
; but it appears settingTime.timeScale = 0f
delays the continuations being run on Unity's thread until it is increased above0
.We found this while using the provided
new WaitForUpdate
/Awaiters.NextFrame
from a background task.Unity Ticket: 1057404
The text was updated successfully, but these errors were encountered: