microsoft / gdk-unity-package

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

Missing Function SDK.XPackageMountWithUiAsync #105

Open agovoruchin opened 1 year ago

agovoruchin commented 1 year ago

The Function "SDK.XPackageMount" stopped working after we updated to GDK June 2022. It returns an HResult "80004001" when used. According to the documentation the XPackageMount function is deprecated and should be replaced by "XPackageMountWithUiAsync" which is not implemented in the latest 2207 package.

tculotta commented 1 year ago

Thank you for bringing this to our attention. We'll be looking into adding this for the next release

agovoruchin commented 1 year ago

Hey @tculotta , that's great news! Is there a way for us to work around this issue until the missing function is implemented?