We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    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)

    Inheritance
    Object
    BuildDeployWindow
    Namespace: Microsoft.MixedReality.Toolkit.Build.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public class BuildDeployWindow : EditorWindow

    Methods

    BuildAll(Boolean)

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

    Declaration
    public static void BuildAll(bool install = true)
    Parameters
    Type Name Description
    Boolean install

    BuildAppx()

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

    Declaration
    public static void BuildAppx()

    BuildUnityProject()

    Builds the open Unity project for BuildTarget.WSAPlayer.

    Declaration
    public static void BuildUnityProject()

    OpenWindow()

    Declaration
    public static void OpenWindow()
    In This Article
    Back to top Generated by DocFX