Store settings to build a player when double click this asset. More...
Inherits ScriptableObject.
Public Member Functions | |
void | Build () |
Build a player includes the scenes to the path . More... | |
Public Attributes | |
bool | overwrite |
The flag if to overwrite the existing file silently, otherwise show a warning dialog. More... | |
string | path |
The player file path. More... | |
BuildTarget | target |
The target platform to build. More... | |
BuildOptions | options |
The additional build options. More... | |
List< SceneAsset > | scenes |
The scenes to build. More... | |
Store settings to build a player when double click this asset.
Show a TreeView
to select scenes right after created or by array element context menu "Select". The operations above can also be done by the asset context menu from the Inspector title.
3
void Build | ( | ) |
Build a player includes the scenes
to the path
.
bool overwrite |
The flag if to overwrite the existing file silently, otherwise show a warning dialog.
string path |
The player file path.
BuildTarget target |
The target platform to build.
BuildOptions options |
The additional build options.
List<SceneAsset> scenes |
The scenes to build.