microsoft / xbox-live-unity-plugin

The Xbox Live Unity Plugin provides a way for developers in the Xbox Live Creators Program to quickly and easily integrate Xbox Live functionality into their Unity based game. For ID@Xbox developers, this Xbox Live Unity Plugin does not yet support all the features you will need. Instead, contact your Microsoft representative.
MIT License
167 stars 62 forks source link

Compilation Errors #327

Open HeyBondo opened 2 years ago

HeyBondo commented 2 years ago

From a blank project, I imported the XboxLive.unitypackage but get the below error

"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."

In my Assets, I went to Xbox Live/Libs/UnityEditor/Net35, selected all DLL, uncheck all, apply Then went to Xbox Live/Libs/UnityEditor/NET46, selected all, check Editor, apply.

Error still persists though. Any help?

IBXCODECAT commented 2 years ago

same here, no Idea