UwpAppxBuildTools Class

Definition

C++
public ref class UwpAppxBuildTools abstract sealed
Inheritance
UwpAppxBuildTools

Properties

IsBuilding

Query the build process to see if we're already building.

Methods

AddCapabilities(IBuildInfo, XElement)

Adds capabilities according to the values in the buildInfo to the manifest file.

AddCapabilities(XElement, List<String>)

Adds the given capabilities to the manifest.

AddCapability(XElement, XName, String)

Adds a capability to the given rootNode, which must be the read AppX manifest from the build output.

AddGazeInputCapability(XElement)

Adds the 'Gaze Input' capability to the manifest.

AddResearchModeCapability(XElement)

Adds the 'Research Mode' capability to the manifest.

AllowUnsafeCode(XElement)

Enables unsafe code in the generated Assembly-CSharp project.

BuildAppxAsync(UwpBuildInfo, CancellationToken)

Build the UWP appx bundle for this project. Requires that BuildPlayer(String, Boolean, CancellationToken) has already be run or a user has previously built the Unity Player with the WSA Player as the Build Target.

UpdateAssemblyCSharpProject(IBuildInfo)

Updates 'Assembly-CSharp.csproj' file according to the values set in buildInfo.

Applies to

Product Versions
MRTK2 Unity 2018 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0
MRTK2 Unity 2019 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0
MRTK2 Unity 2020 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0