Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

DebugBuild configuration set to Debug for the generated project.
DevelopmentBuild configuration set to Development for the generated project.
ReleaseBuild configuration set to Release for the generated project.