PlayerSettings.WSATargetFamily
Options for the set of Universal Windows Platform device families your application can directly support.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum PlayerSettings.WSATargetFamily
Remarks
A device family identifies the APIs, system characteristics, and behaviors across a class of devices. It also determines the set of devices on which users can install your application from the Microsoft Store. By default, your application targets the Universal device family. To do this, Microsoft Visual Studio sets Windows.Universal for TargetDeviceFamily. For more information, see Microsoft’s Device families overview. Important: Unity writes target families to the package manifest when it builds Universal Windows Platform for the first time. Building into an existing Universal Windows Platform build folder does not update the package manifest and does not apply any changes.
Fields
Value | Description |
|---|---|
| Desktop | Targets a device family that includes Desktop PCs, laptops, and tablet devices. |
| Holographic | (Deprecated) Targets a device family that includes HoloLens devices. |
| IoT | Targets a device family that includes Internet-of-Things (IoT) devices. |
| IoTHeadless | Targets a device family that includes Internet-of-Things (IoT) devices without any UI. |
| Mobile | Targets a device family that includes smartphone devices. |
| Team | Targets a device family that includes the Surface Hub. |
| Xbox | Targets a device family that includes Xbox consoles. |