microsoft / gdk-unity-package

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

XLaunchNewGame equivalent #113

Closed rene-hinterland closed 6 months ago

rene-hinterland commented 1 year ago

We want to launch a new application and on xbox we can use XLaunchNewGame, but it's missing in the SDK.

What's the right approach here. Should we still be using XLaunchNewGame or should we just launch the other application using regular win32 processes?

I've tried adding a mapping for XLaunchNewGame, but it just seems to close the game and do nothing else