-
-
Notifications
You must be signed in to change notification settings - Fork 939
-
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
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment