UnityPlayerBuildTools Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cross platform player build tools
public ref class UnityPlayerBuildTools abstract sealed
public static class UnityPlayerBuildTools
type UnityPlayerBuildTools = class
Public Class UnityPlayerBuildTools
- Inheritance
-
UnityPlayerBuildTools
Fields
| BuildSymbolDebug | |
| BuildSymbolMaster | |
| BuildSymbolRelease |
Methods
| BuildUnityPlayer(IBuildInfo) |
Starts the build process |
| BuildUnityPlayerSimplified() | |
| GetProjectPath() |
Get the Unity Project Root Path. |
| ParseBuildCommandLine(IBuildInfo) | |
| RestoreNugetPackagesAsync(String, String) |
Restores any nuget packages at the path specified. |
| StartCommandLineBuild() |
Start a build using Unity's command line. |
| SyncSolution() |
Force Unity To Write Project Files |