Develop Unity applications for the Android platform.
Refer to the following key topics to get information on the user input, asset management, and debugging that is useful in Android development.
Topic | Description |
---|---|
Android mobile scripting | Contains information about scripting for Android. |
Input for Android devices | Explains how to detect and handle user input on different types of Android device. |
Android application size restrictions | Describes the application size restrictions that affect Android and explains how to overcome them. |
Graphics for Android | Contains Android-specific graphics information. |
Optimization for Android | Contains guidance on different techniques you can use to optimize your Android application. |
Create and use plug-ins in Android | Describes the plug-inA set of code created outside of Unity that creates functionality in Unity. There are two kinds of plug-ins you can use in Unity: Managed plug-ins (managed .NET assemblies created with tools like Visual Studio) and Native plug-ins (platform-specific native code libraries). More info See in Glossary types you can use in Android and explains how to build and use them. |
Integrating Unity into Android applications | Explains how to integrate the Unity Runtime Library into Android applications. |
Android application entry points | Understand application entry points, which fundamentally define how Android runs an application. |
Deep linking on Android | Explains how to use deep linking on Android devices. |
Device features and permissions | Explains how Android application permissions work as well as how to request them. |
Quit a Unity Android application | Programmatically close a Unity Android application. |
Testing and debugging | Contains guidance on testing and debugging for Android. |
Handle Android crashes | Understand the chain of crash handlers that defines what happens if your application crashes. |