Replies: 1 comment 2 replies
-
Unlike Coroutines, async methods start immediately when you call them. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible to start an async unitask from a sync method like using StartCoroutine(method)?
It seems the UniTask loop resides in the unity events sequence somewhere, is it possible to push an async method into that?
Beta Was this translation helpful? Give feedback.
All reactions