UnityAsync
UnityAsync copied to clipboard
Await.NextUpdate() crashes on Android IL2CPP
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.
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.