class in UnityEditor
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.
CloseFor 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.
CloseAndroid specific player settings.
androidIsGame | Publish the build as a game rather than a regular application. |
androidTVCompatibility | Provide a build that is Android TV compatible. |
androidVulkanAllowFilterList | Specifies a list of AndroidDeviceFilterData parameters to allow Android devices to always use Vulkan API when running Unity applications. |
androidVulkanDenyFilterList | Specifies a list of AndroidDeviceFilterData parameters to restrict Android devices from using Vulkan API when running Unity applications. |
applicationEntry | Application entry classes to include.Note: You can specify multiple application entries for development purposes, this will cause two application icons to appear on Android device. You should always specify a single entry when publishing your app to a store. |
ARCoreEnabled | Enable support for Google ARCore on supported devices. |
autoRotationBehavior | Indicate whether your application window rotates based on device orientation settings (User) or device orientation sensor (Sensor), when default orientation is Auto Rotation. |
blitType | Choose how content is drawn to the screen. |
buildApkPerCpuArchitecture | Create a separate APK for each CPU architecture. |
bundleVersionCode | Android bundle version code. |
defaultWindowHeight | The default vertical size of the Android Player window in pixels. |
defaultWindowWidth | The default horizontal size of the Android Player window in pixels. |
disableDepthAndStencilBuffers | Disable Depth and Stencil Buffers. |
enableArmv9SecurityFeatures | Enable Armv9 security features (PAC/BTI) for Arm64 builds. |
forceInternetPermission | Force internet permission flag. |
forceSDCardPermission | Force SD card permission. |
fullscreenMode | The display mode for Android Player builds of your application. |
keyaliasName | Android key alias name. |
keyaliasPass | Password for the key used for signing an Android application. |
keystoreName | Android keystore name. |
keystorePass | Android keystore password. |
licenseVerification | License verification flag. |
maxAspectRatio | Maximum aspect ratio which is supported by the application. |
minAspectRatio | Minimum aspect ratio which is supported by the application. |
minifyDebug | Enable to minify debug build. |
minifyRelease | Enable to minify release build. |
minimumWindowHeight | The minimum vertical size of the Android Player window in pixels. |
minimumWindowWidth | The minimum horizontal size of the Android Player window in pixels. |
minSdkVersion | The minimum API level required for your application to run. |
optimizedFramePacing | Enable optimized frame pacing. |
predictiveBackSupport | Enable to use Android's OnBackInvokedCallback for handling back events on Android 13 and above. |
preferredInstallLocation | Preferred application install location. |
renderOutsideSafeArea | Extends rendering layout into display cutout area, utilizing all of the available screen space. |
reportGooglePlayAppDependencies | Indicates whether to track application dependencies for Google Play Store verification. |
resizeableActivity | Indicates whether your Android application is resizable. |
runWithoutFocus | Allows your application to continue to run even when it’s not in focus. |
showActivityIndicatorOnLoading | Application should show ActivityIndicator when loading. |
splashScreenScale | Android splash screen scale mode. |
splitApplicationBinary | Split application binary into modules. |
startInFullscreen | Start in fullscreen mode. |
targetArchitectures | A set of CPU architectures for the Android build target. |
targetSdkVersion | The target API level of your application. |
textureCompressionFormats | Target texture compression formats. |
useCustomKeystore | Enable application signing with a custom keystore. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.