WSAUWPBuildType
Determines the output build type when building to Universal Windows Platform.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum WSAUWPBuildType
Remarks
This setting can be changed in the build window when the target platform is set to Universal Windows Platform. You can also use EditorUserBuildSettings.wsaUWPBuildType property to change this setting programmatically.
Fields
Value | Description |
|---|---|
| D3D | D3D Project |
| ExecutableOnly | Executable Only |
| XAML | XAML Project |