Problem to import Xbox-live-plugin

Hello,
After import the package i have this error on the console:
Library\PackageCache\com.unity.textmeshpro@2.0.1\Scripts\Editor\TMP_PackageUtilities.cs(310,17): error CS0433: The type ‘Task’ exists in both ‘Unity.Tasks, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ and ‘mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’

I tried to full qualify the class using System.Threading.Tasks.Task but the error continues.
Any ideas?

regards,
Hudson Schumaker

Looks like you have “Unity.Tasks.dll” file in your project and it contains System.Threading.Tasks.Task class. You’ll have to remove that DLL from your project.

1 Like

I get the exact same error in different versions of unity, even from a blank project, it also doesn’t load the Xbox live tab at the top so can’t get into the config manager for Xbox, seems to be ok on 2018.3 but anything after that same error and no xbox live tab

Hi,
follow this tuto,
https://docs.microsoft.com/en-us/gaming/xbox-live/get-started/setup-ide/creators/unity-win10/configure-xbox-live-in-unity

Regards