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
I was facing the error "Data layout mismatch; skipping past node boundary when exiting array."
I google it and found this old thread: https://bitbucket.org/sirenix/odin-inspector/issues/557/data-layout-mismatch-skipping-past-node
I'm using IL2CPP and I figure it out that the problem was that some of the serealizaded classes were not in the AOT. I think this error message is very misleading.
The text was updated successfully, but these errors were encountered:
I was facing the error "Data layout mismatch; skipping past node boundary when exiting array."
I google it and found this old thread: https://bitbucket.org/sirenix/odin-inspector/issues/557/data-layout-mismatch-skipping-past-node
I'm using IL2CPP and I figure it out that the problem was that some of the serealizaded classes were not in the AOT. I think this error message is very misleading.
The text was updated successfully, but these errors were encountered: