Can't drag glb into Unity

I have the sketch exported as a glb, in my Unity assets folder and with the SDK installed, but it won't allow me to drag it into the heirarchy. What could I have missed? Do I need to convert the file type in Python?
5 Replies
andybak
andybak11mo ago
Are there any errors in the Unity console (marked in red)?
Armis
Armis11mo ago
PrecompiledAssemblyException: Multiple precompiled assemblies with the same name Newtonsoft.Json.dll included or the current platform. Only one assembly with the same name is allowed per platform. Assembly paths: C:/Users/User/AppData/Local/VRChatProjects/Unforming/Library/PackageCache/com.unity.nuget.newtonsoft-json@3.0.2/Runtime/Newtonsoft.Json.dll
andybak
andybak11mo ago
yeah - that's your problem! did you add the json unitypackage? it seems you didn't need to
andybak
andybak11mo ago
GitHub
Release Unity SDK: v24.0.0 · icosa-gallery/open-brush-toolkit
Important Download and install open-brush-toolkit-UnitySDK-v24.0.0.unitypackage from the link below. If you're running Open Brush in Experimental Mode and need support for experimental brushes ...
Armis
Armis11mo ago
It was added when I added the VRC SDK Should I be able to just remove the json package without causing issues to everything else?