WSABuildAndRunDeployTarget
Specifies the Windows device to deploy and launch the UWP app on when using Build and Run from the Editor.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum WSABuildAndRunDeployTarget
Remarks
This setting is ignored when performing a regular Build to generate a Visual Studio Solution.
Fields
Value | Description |
|---|---|
| DevicePortal | Runs the app on a remote Windows device using the Windows DevicePortal (WDP) transport. |
| LocalMachine | Runs the app on the local Windows PC. |