Class BuildDeployWindow
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)
Namespace: Microsoft.MixedReality.Toolkit.Build.Editor
Assembly: cs.temp.dll.dll
Syntax
public class BuildDeployWindow : EditorWindow
Methods
BuildAll(Boolean)
Declaration
public static void BuildAll(bool install = true)
Parameters
Type | Name | Description |
---|---|---|
Boolean | install |
BuildAppx()
Declaration
public static void BuildAppx()
BuildUnityProject()
Declaration
public static void BuildUnityProject()
OpenWindow()
Declaration
public static void OpenWindow()