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
Are there any errors in the Unity console (marked in red)?
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/[email protected]/Runtime/Newtonsoft.Json.dll
yeah - that's your problem!
did you add the json unitypackage? it seems you didn't need to
Check out the instructions here: https://github.com/icosa-gallery/open-brush-toolkit/releases/tag/v24.0.0
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 ...
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?