Приложения Windows Store: Развёртывание
Приложения Windows Store: Приступая к работе
Currently if you want to build a Windows Store Apps player:
- you have to do it on Windows 8.1 or higher when targeting SDK 8.1
- you have to do it on Windows 10 or higher when targeting Universal Windows 10 Apps SDK.
Unity будет поддерживать три целевых платформы приложений Windows Store: X86, X64 и ARM.
- X86 and ARM (when targeting SDK 8.1)
- X86, X64 and ARM (when targeting Universal Windows 10 Apps)
There are three configurations (select them is Visual Studio):
-
Debug for debugging purposes
-
Release for profiling
-
Master for submission to store
Лог проигрывателя находится тут: <user>\AppData\Local\Packages\<productname>\TempState.
Вещи, которые пока не поддерживаются:
- Legacy Network classes (please use current Unity Networking), WWW and UnityWebRequest are supported
- GameObject.SendMessage (partially works, but function which accepts the message must match the message sent, because the argument conversion doesn’t work)
- You can’t access C# classes from JS scripts unless you check .NET Core Partially in Compilation Overrides in PlayerSettings
Требования для использования Windows SDK 8.1:
- Windows 8.1 (Важно: пользователи Windows 8.1 N должны установить этот патч http://www.microsoft.com/en-us/download/details.aspx?id=40744)
- Visual Studio 2013 (12.021005.1 или выше)
- Testing devices:
- For basic testing of Windows SDK 8.1, same PC which is used for development is enough.
- For basic testing of Phone 8.1, it’s advisable to acquire a real Windows Phone 8.1 device, because the emulator has a bug with touch input.
Требования для использования Windows SDK 8.0:
- Windows 10.0
- Visual Studio 2013 (12.021005.1 или выше)
- Windows 10 Universal SDK
- Testing devices:
- For basic testing of Windows SDK 10, same PC which is used for development is enough.
- For basic testing of Phone 10, it’s advisable to acquire a real Windows Phone 10 device.
Для продолжения вам необходимо получить лицензию разработчика Windows 8, это можно сделать двумя способами:
Полезные ссылки
Приложения Windows Store: Развёртывание