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'd like to use UniTask to wait until the next frame (or the yield return null equivalent in UniTask).
The problem for me is that since I'm using F# right now, only regular tasks are supported.
If I did all my asynchronous computations and then converted it to UniTask at the very end, am I looking for trouble? Is this a bad idea?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to use UniTask to wait until the next frame (or the
yield return null
equivalent in UniTask).The problem for me is that since I'm using F# right now, only regular tasks are supported.
If I did all my asynchronous computations and then converted it to UniTask at the very end, am I looking for trouble? Is this a bad idea?
Beta Was this translation helpful? Give feedback.
All reactions