Adaptive
Adaptive icons for Android applications.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEditor.Android
- Assembly: UnityEditor.Android.Extensions
public static readonly PlatformIconKind Adaptive
Remarks
Introduced in Android 8.0 (API level 26). This icon type requires two texture layers (background and foreground) and supports an optional third monochrome layer. Android uses the monochrome layer to display a single-color version of the icon in contexts such as themed icons. For more information, refer to the Android documentation on Adaptive icons.