UnityAsync icon indicating copy to clipboard operation
UnityAsync copied to clipboard

Await.NextUpdate() crashes on Android IL2CPP

Open bschug opened this issue 5 years ago • 1 comments

If you run await Await.NextUpdate() on Android, it will fail with Unable to create field getter for Object.m_CachedPtr; internal implementation may have changed.. The stacktrace appears to be corrupted.

bschug avatar Aug 21 '19 12:08 bschug

I expected this to be fixed in 15ee6b10c97b36213cdb9b43ca93d8e6dd2f005e. It should avoid all reflection and expressions when compiling with IL2CPP. I don't work with Android builds very often so I haven't actually tested the fix but I'm downloading the Android modules now to see if I can test it.

muckSponge avatar Dec 22 '19 03:12 muckSponge