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
{{ message }}
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
In my project, I (de)serialized HashSets successfully in Engine, Windows, MacOS, and iOS. But, when I build for Android with IL2CPP, I get the error above.
It seems that deserializing a class with a property of type HashSet yields the following runtime exception in WebGL:
ArgumentNullException
value cannot be null
parameter name: method
Changing it to a List works though.
The text was updated successfully, but these errors were encountered: