BuildDeployWindow Class

Definition

Build window - supports SLN creation, APPX from SLN, Deploy on device, and misc helper utilities associated with the build/deploy/test iteration loop Requires the device to be set in developer mode and to have secure connections disabled (in the security tab in the device portal)

public ref class BuildDeployWindow : UnityEditor::EditorWindow
public class BuildDeployWindow : UnityEditor.EditorWindow
type BuildDeployWindow = class
    inherit EditorWindow
Public Class BuildDeployWindow
Inherits EditorWindow
Inheritance
UnityEditor.EditorWindow
BuildDeployWindow

Constructors

BuildDeployWindow()

Methods

BuildAll(Boolean)

Builds the open Unity project and its AppX for BuildTarget.WSAPlayer.

BuildAppx()

Builds an AppX for the open Unity project for BuildTarget.WSAPlayer.

BuildUnityProject()

Builds the open Unity project for BuildTarget.WSAPlayer.

OpenWindow()

Applies to