Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

DevicePortalRuns the app on a remote Windows device using the Windows DevicePortal (WDP) transport.
LocalMachineRuns the app on the local Windows PC.