Package-level declarations
Types
Link copied to clipboard
Represents a build configuration.
Link copied to clipboard
Represents a platform and architecture combination.
Link copied to clipboard
data class UnityOptions(var splashMode: Int = 0, var splashEnable: Boolean = false, var buildId: String = "", var version: String = "", var notchConfig: String = "", var ndkVersion: String = "", var ndkPath: String = "", var platforms: List<PlatformArch> = emptyList(), var configuration: Configuration = Configuration.Debug, var streamingAssets: List<String> = emptyList(), var exportedProjectLocation: String = "", var libraryName: String = "unityLibrary", var exportFolder: String = "")
Represents the options for building a Unity project.