UnityOptions
Represents the options for building a Unity project.
Parameters
The splash mode to use. This can be one of the following values:
0
: No splash.1
: Use the Unity logo as the splash.2
: Use a custom splash image.
Whether to enable the splash screen.
The build ID.
The version of the Unity project.
The notch configuration. This can be one of the following values:
"none"
: No notch."left"
: Notch on the left."right"
: Notch on the right."both"
: Notch on both sides.
The version of the NDK to use.
The path to the NDK.
The list of platforms to build for.
The build configuration. This can be one of the following values:
"Debug"
: Build a debug configuration."Release"
: Build a release configuration.
The list of streaming assets to include in the build.
The folder to export the build to.
The name of the library to create.