You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are three errors after building XGamingRuntimeThunks and XGamingRuntime.
Severity Code Description Project File Line Suppression State
Error CS0103 The name 'defaultQueue' does not exist in the current context XGamingRuntime C:\Working\code\gdk-unity-package\Package\Assets\GDK-APIs\Runtime\Source\XBL\Achievements\XblAchievements.cs 58 Active
Severity Code Description Project File Line Suppression State
Error CS0117 'SDK' does not contain a definition for 'XTaskQueueDispatch' TestGame C:\Working\code\gdk-unity-package\Tools\XGamingRuntimeSDK\TestGame\XboxLiveForm.cs 107 Active
Severity Code Description Project File Line Suppression State
Error CS1501 No overload for method 'XblAchievementsUpdateAchievementAsync' takes 7 arguments TestGame C:\Working\code\gdk-unity-package\Tools\XGamingRuntimeSDK\TestGame\XboxLiveForm.cs 188 Active
The text was updated successfully, but these errors were encountered:
stevenh
added a commit
to stevenh/gdk-unity-package
that referenced
this issue
May 23, 2023
The
TestGame
project doesn't compile build when following the instructions detailed here.There are three errors after building
XGamingRuntimeThunks
andXGamingRuntime
.The text was updated successfully, but these errors were encountered: