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

Plugin conflicts with various other plugins that reference Newtonsoft.JSON #22

Open
kginstructor opened this issue Jan 17, 2023 · 2 comments

Comments

@kginstructor
Copy link

There are various other plugins using this common JSON utility. The one packaged with this plugin, referenced by GLTFSerialization.dll requires an exact match in version to 12, whereas the others tend to want the newest, currently 13. This causes compilation errors and problems.

Is there a specific reason GLTFSerialization.dll NEEDS version 12 and can't just use the package managers managed version?

@click4dylan
Copy link

same issue

@endasil
Copy link

endasil commented Jan 19, 2023

I had this issue too so I downloaded the source code and built a version of the GLTFSerialization.dll that uses version 13. I do not know how to make this work with whatever version of unity. But here is a solution to your current problem with ver 13.
#18 (comment)

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

No branches or pull requests

3 participants