UnityAsync icon indicating copy to clipboard operation
UnityAsync copied to clipboard

Null error UnityAsync.AwaitInstructionAwaiter1[T].GetResult ()

Open HarryHighPants opened this issue 5 years ago • 2 comments

I'm trying to do a simple WaitForSeconds but I get a null error at: UnityAsync.AwaitInstructionAwaiter1[T].GetResult () image

image

It works with no issues in editor (2019.2.16f1) however it throws the error on Android device (Pixel 2xl) Have I missed an initialization step?

HarryHighPants avatar Jan 31 '20 02:01 HarryHighPants

That should be valid code. If you try the latest commit, does it fix the problem?

muckSponge avatar Feb 01 '20 12:02 muckSponge

I have same issue on latest commit on Android. Can you fix it plz?. Thanks

happyjellyfish avatar Feb 06 '20 06:02 happyjellyfish