AndroidBuildType
Build configurations for the generated project.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum AndroidBuildType
Fields
Value | Description |
|---|---|
| Debug | Build configuration set to Debug for the generated project. |
| Development | Build configuration set to Development for the generated project. |
| Release | Build configuration set to Release for the generated project. |