You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I expected this to be fixed in 15ee6b1. 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.
If you run
await Await.NextUpdate()
on Android, it will fail withUnable to create field getter for Object.m_CachedPtr; internal implementation may have changed.
. The stacktrace appears to be corrupted.The text was updated successfully, but these errors were encountered: