microsoft / gdk-unity-package

The Unity package for PC GDK developers.
Other
51 stars 18 forks source link

Exposing XPackageMountWithUiAsync #132

Open anhillier-xbox opened 10 months ago

anhillier-xbox commented 10 months ago

XPackageMount was deprecated and now returns E_NOTIMPL when called with a newer GDK (June 2022 and beyond). In order for DLC to be mounted, XPackageMountWithUiAsync and XPackageMountWithUiResult must be called instead. This change exposes the missing APIs for Unity developers on PC.