diff --git a/Source/Engine/Platform/Android/AndroidPlatformSettings.h b/Source/Engine/Platform/Android/AndroidPlatformSettings.h index e66f1bda1..9a035f1ea 100644 --- a/Source/Engine/Platform/Android/AndroidPlatformSettings.h +++ b/Source/Engine/Platform/Android/AndroidPlatformSettings.h @@ -109,10 +109,10 @@ API_CLASS(sealed, Namespace="FlaxEditor.Content.Settings") class FLAXENGINE_API TextureQuality TexturesQuality = TextureQuality::ASTC_Medium; /// - /// Whether to build android app bundle (aab) side by side with apk. + /// Whether to build Android App Bundle (aab) side by side with apk. /// API_FIELD(Attributes="EditorOrder(500), EditorDisplay(\"General\", \"Build .aab\")") - bool BuildAAB; + bool BuildAAB = true; /// /// Custom icon texture to use for the application (overrides the default one).