WindowsBuildAndRunDeployTarget
Specifies which Windows device to deploy and launch the Windows 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.CoreModule
public enum WindowsBuildAndRunDeployTarget
Remarks
This setting is ignored when performing a regular Build.
Fields
Value | Description |
|---|---|
| DevicePortal | Runs the app on a remote Windows device using Windows DevicePortal (WDP). |
| LocalMachine | Runs the app on the local Windows PC. |
| XboxPcToolbox | Runs the app on a remote Windows device using Windows Remote Iteration pairing. |