Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

AOT error when deserialising on a Il2CPP mac build #67

Answered by paatz04
paatz04 asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, solved by adding:

AotHelper.EnsureList<int>();
AotHelper.EnsureType<CustomType>();
AotHelper.EnsureType<HashSet<int>>();
AotHelper.EnsureType<HashSet<string>>();

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by applejag
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #67 on December 10, 2020 11:12.