Hi guys, hope someone know the answer to this.
I followed the lecture and installed the provided SDK from
on Unity. But it produced some errors like below instead
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. (J:/Unity/MoralisAcademy/OurAwesomeGame/Library/PackageCache/[email protected]/Runtime/Newtonsoft.Json.dll)
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/Enjin/SDK/Scripts/Utilities/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll)
I’m running on windows machine and Unity 2021.3.5f1.
Many thanks in advance.