Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
ChaseSommer's avatar
ChaseSommer
Honored Guest
3 years ago

Problem Importing Meta Avatars SDK 14.0 into Unity

When importing Meta Avatars SDK 14.0 into Unity, I get the following errors:

 

Multiple precompiled assemblies with the same name Newtonsoft.Json.dll included on the current platform. Only one assembly with the same name is allowed per platform. (C:/Unity Projects/How to setup Meta Avatar in Unity - VR Tutorial/Library/PackageCache/com.unity.nuget.newtonsoft-json@3.0.2/Runtime/Newtonsoft.Json.dll)

and

Multiple precompiled assemblies with the same name Newtonsoft.Json.dll included on the current platform. Only one assembly with the same name is allowed per platform. (Assets/Oculus/Avatar2/Scripts/AvatarEditorDeeplink/Newtonsoft.Json.dll)

 

I have attempted to delete each of the files and I have also tried not importing Newtonsoft.Json.dll when reimporting the file in a new project. When I tried reimporting without `Newtonsoft.Json.dll`, I just got a bunch of other errors, which made me believe that wasn't a good idea.

 

Any ideas?