UwpPlayerBuildTools Class

Definition

Class containing various utility methods to build a WSA solution from a Unity project.

public ref class UwpPlayerBuildTools abstract sealed
public static class UwpPlayerBuildTools
type UwpPlayerBuildTools = class
Public Class UwpPlayerBuildTools
Inheritance
UwpPlayerBuildTools

Methods

BuildPlayer(String, Boolean, CancellationToken)

Do a build configured for UWP Applications to the specified path, returns the error from BuildPlayer(UwpBuildInfo, CancellationToken)

BuildPlayer(UwpBuildInfo, CancellationToken)

Build the UWP Player.

Applies to