Search Unity

Question Will there be Unity support for the Windows App SDK?

Discussion in 'Windows' started by Meltdown, Oct 26, 2022.

  1. Meltdown

    Meltdown

    Joined:
    Oct 13, 2010
    Posts:
    5,822
    The Windows App SDK seems like the latest stack to get games on the Windows Store.
    Will Unity be supporting this as a build target?

    If not, is there any recommended guide on the best way to upload just a standalone build to the Windows Store?

    I know UWP was the original way of doing it, but MS seems to be moving away from UWP.

    Thanks
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    It is not. Windows App SDK is a UI framework for apps (not games).

    We don't have a guide for this, but any guide that covers packaging Windows desktop applications should work. For instance I found this after 5 mins of googling: https://learn.microsoft.com/en-us/windows/msix/package/create-app-package-with-makeappx-tool

    As far as we know, UWP isn't going anywhere. They stopped updating the XAML framework for it but new Windows SDK versions continue to support UWP and it's generally still the only way to get on HoloLens and Xbox (if you're not part of ID@XBOX program).
     
    Meltdown likes this.
  3. Meltdown

    Meltdown

    Joined:
    Oct 13, 2010
    Posts:
    5,822
    Thanks for clarifying that and the link too!