Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New build target that's compatible with Unity #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

allan-o3h
Copy link

The only reliable (for il2cpp builds on mobile devices) newtonsoft JSON.NET library for Unity is based on version 8.0 (https://assetstore.unity.com/packages/tools/input-management/json-net-for-unity-11347)
Create a .net 4.5 build target for Unity export
Using the older 8.0 version of JSON.NET for this target to match what's supported in Unity
Add explicate json property names
Removing NamingStrategyType references as that feature isn't availble in JSON.NET version 8.0

The only reliable (for il2cpp builds on mobile devices) newtonsoft JSON.NET library for Unity is based on version 8.0 (https://assetstore.unity.com/packages/tools/input-management/json-net-for-unity-11347)
Create a .net 4.5 build target for Unity export
Using the older 8.0 version of JSON.NET for this target to match what's supported in Unity
Add explicate json property names
Removing NamingStrategyType references as that feature isn't availble in JSON.NET version 8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant