MetaAvatarsSDKトラブルシューティング


Unity2021にインポートしようとするとdll重複エラーが発生する

公式に対応しているバージョンは2020で、2021で利用しようとすると下記のようなエラーが発生します。

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. (Assets/Oculus/Avatar2/Scripts/AvatarEditorDeeplink/Newtonsoft.Json.dll)

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. (C:/Users/zachd/Desktop/Projects/VR/Liars_Dice/Library/PackageCache/[email protected]/Runtime/Newtonsoft.Json.dll)

エラー解消方法

MetaAvatarのUnityパッケージのインポート時にAvatarEditorDeeplinkディレクトリのnewtonsoft.Json.dllのチェックを外すとエラーが発生しなくなります。