Missing XboxLiveUser script
I have all the things I need to make my Xbox Live unity game, but when I try to make a script that says XboxLiveUser it says "The type or namespace name 'XboxLiveUser' does not exist in the namespace 'Microsoft.Xbox.Services.System' (are you missing an assembly reference?)" and "The type or namespace name 'Windows' could not be found (are you missing a using directive or an assembly reference?) ". These are the things it points towards
Microsoft.Xbox.Services.System.XboxLiveUser m_user = new Microsoft.Xbox.Services.XboxLiveContext m_xboxLiveContext = null; Windows.UI.Core.CoreDispatcher UIDispatcher = null;
Also when I import the prefab XboxLiveUser into my scene, in the inspector it says "Missing (Mono Script)"
Did something go wrong when importing the newest unity asset, also I re-imported a ton of times cus this same error keeps on happening.
Your answer
Follow this Question
Related Questions
I get this error while building uwp project in vs 2017 , unity 2017.1.0f3 2 Answers
Windows Store Сrash 0 Answers
Windows UWP Submission Page issue related to package created by unity 0 Answers
Share image/text on facebook for UWP (Universal Windows Platform) 0 Answers
UWP project can't handle dynamic type and cause crashes 0 Answers