How to work with Addressable #409
Answered
by
neuecc
TrongHieu90
asked this question in
Q&A
-
The following code throws an error "InvalidOperationException: Not yet completed, UniTask only allow to use await." when I call How should I work with addressable in this case ? |
Beta Was this translation helpful? Give feedback.
Answered by
neuecc
Sep 29, 2022
Replies: 1 comment
-
It is not related addressable. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TrongHieu90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not related addressable.
async method must be async, can't convert to sync.