![]() |
FirstModulAR 0.1.0
|
A scriptable object representing a single configuration for a build, can be used to create multiple sub-projects within a project. More...
Public Attributes | |
| List< SceneAsset > | scenes = new List<SceneAsset>() |
| List of scenes included in the build. The first scene will be the one that is loaded when the application starts. | |
| Sprite | icon |
| The icon for the application. | |
| string | applicationName |
| The name of the application. | |
| string | keystoreAlias |
| The alias for the keystore used for signing the application. | |
| string | keystorePassword |
| The password for the keystore used for signing the application. | |
A scriptable object representing a single configuration for a build, can be used to create multiple sub-projects within a project.
| string BuildConfig.applicationName |
The name of the application.
| Sprite BuildConfig.icon |
The icon for the application.
| string BuildConfig.keystoreAlias |
The alias for the keystore used for signing the application.
| string BuildConfig.keystorePassword |
The password for the keystore used for signing the application.
| List<SceneAsset> BuildConfig.scenes = new List<SceneAsset>() |
List of scenes included in the build. The first scene will be the one that is loaded when the application starts.