sketchfab / unity-plugin

291 stars 39 forks source link

Here is a version of the plugin for Unity 2021.3.6+ #23

Open endasil opened 1 year ago

endasil commented 1 year ago

So I had the issue with this not working with Unity 2021.3 because unity used NewtonSoft 13 and the package used 12.

I downloaded the source code from https://github.com/sketchfab/UnityGLTF.git, swapped out the NewtonSoft 12 dll in the GLTFSerialization project for 13, built the DLL and replaced the old one, and got it to work in 2021.3.7. If you want, you can grab my package.

https://github.com/endasil/SketchfabForUnityUsingNewtonSoft13/raw/main/SketchfabForUnityUsingNewtonSoft13.unitypackage

bnfan commented 1 year ago

thanks it works!

bnfan commented 1 year ago

thanks it works!

pretzelmonster commented 1 year ago

Wow, this one finally worked. Great work, endasil!

A shame that sketchfab continues to point to a non-working version...

Azpulisic commented 1 year ago

brilliant job!

Gildas310 commented 1 year ago

Thank you endasil !

gastonsinho2 commented 1 year ago

Yeah I'll grab your package owo Thanks

Kr555Dev commented 8 months ago

Thank you so much for your help man !

mdotstrange commented 2 months ago

Thanks!