This section of the User Manual introduces key concepts and workflows that are useful to understand before you begin to develop a Unity application for Android.
トピック | 説明 |
---|---|
Unity for Android | Introduces Android as a platform you can create Unity applications for. |
Requirements and compatibility | Lists requirements for Android development in Unity and Unity feature compatibility on Android devices. |
Gradle for Android | Introduces the Gradle build system, its version compatibility with Unity, and the structure of a Gradle project. |
Android Manifest | Introduces Android Manifests and explains how Unity generates them. |
Launcher Manifest | Introduces Launcher Manifests and explains how they configure how applications look and behave before they launch. |
Library Manifest | Introduces Library Manifests and explains how Unity uses them to generate the final Android Manifest for an application. |
How Unity builds Android applications | A high-level overview of the Android build process. |