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

Bug: Switching to IL2CPP is giving a JsonSerializationException #69

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

You must be logged in to vote

Hi @jilleJr

Good news, I needed to include a link.xml file to stop Unity stripping out relevant code from the Contentful assembly.

I had it more narrowed but in the end preserved the whole assembly.

<linker> <assembly fullname="ContentfulAssembly" preserve="all" /> </linker>

Works as expected now.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by applejag
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 #69 on December 10, 2020 11:15.