Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

PlayerSettings.Android.adaptiveIconVectorDrawableMonochrome

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public static TextAsset adaptiveIconVectorDrawableMonochrome;

Description

The Android Vector Drawable asset for the adaptive icon monochrome layer.

A TextAsset that contains Android Vector Drawable XML content for the optional monochrome layer of the adaptive icon (Android 13 and later). Import a Vector Drawable XML file into your project and assign it to this property. Unity imports the Vector Drawable XML file as a TextAsset.

This property is available only when PlayerSettings.Android.iconSourceType is set to AndroidIconSourceType.VectorDrawable.

Additional resources: PlayerSettings.Android.adaptiveIconVectorDrawableBackground, PlayerSettings.Android.adaptiveIconVectorDrawableForeground.