Search Unity

Do I need two different builds to target windows 8.1 and 10 ?

Discussion in 'Windows' started by Kiupe, Apr 17, 2018.

  1. Kiupe

    Kiupe

    Joined:
    Feb 1, 2013
    Posts:
    528
    Hi all,

    Just starting to dive into UWP "world" and I was wondering if I do have to export two different builds if I want to target both Windows 8.1 and Windows 10 ?

    Thanks
     
  2. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,736
    Windows 10 can run 8.1 apps, but UWP apps can only be run on Windows 10.
    It was called Windows Store Apps, which is the general term for 8.0 and newer, Universal Windows Platform (UWP) is Win 10 only.
     
  3. Kiupe

    Kiupe

    Joined:
    Feb 1, 2013
    Posts:
    528
    Hello,

    It's not quite clear for me, there is only one windows store, right ? From Unity should I select SDK Universal 8.1 or Universal 10 if I want my app to be compatible with both ?

    Thanks
     
  4. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Are you targeting just PC? Or phones too?

    Windows 8.1 - will run on Windows 8.1 PCs and Windows 10 PCs
    Windows Phone 8.1 - will run on Windows 8.1 phones
    Universal 8.1 - will run on Windows 8.1 PCs, Windows 8.1 Phones, Windows 10 PCs and Windows 10 phones;
    Universal 10 - will run on all Windows 10 devices (PCs, phones, HoloLens, Xbox, IoT, etc).

    It's worth noting that we removed 8.1 targets in Unity 2017.1 (because practically almost all gamers had updated to Windows 10 at that point in time, and it's been a year since then), so if you ever updated your version of Unity, you'll have to target Windows 10.