Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Introducing Android

Introduces key concepts and workflows that are useful to understand before you begin to develop a Unity application for Android.
Read time 1 minuteLast updated 10 days ago

Android is a popular open-source operating system for smartphones and tablets. Unity includes native support for the Android platform which means you can use Unity and its tools to create and deliver 2D and 3D applications for Android.
Before you begin to develop an Android application in Unity, familiarize yourself with the key concepts and workflows.
For general information about developing Android applications, refer to Android’s developer documentation.

Topic

Description

Android requirements and compatibilityLists requirements for Android development in Unity and Unity feature compatibility on Android devices.
Gradle for AndroidIntroduces the Gradle build system, its version compatibility with Unity, and the structure of a Gradle project.
Android App ManifestIntroduces Android App Manifests and explains how Unity generates them.
Unity Launcher ManifestIntroduces Unity Launcher Manifests and explains how they configure how applications look and behave before they launch.
Unity Library ManifestIntroduces Unity Library Manifests and explains how Unity uses them to generate the final Android App Manifest for an application.
How Unity builds Android applicationsA high-level overview of the Android build process.

Additional resources