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
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?
The text was updated successfully, but these errors were encountered:
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)
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?
The text was updated successfully, but these errors were encountered: