Select your preferred scripting language. All code snippets will be displayed in this language.
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.
CloseAndroid specific player settings.
androidIsGame | Publish the build as a game rather than a regular application. This option affects devices running Android 5.0 Lollipop and later |
androidTVCompatibility | Provide a build that is Android TV compatible. |
bundleVersionCode | Android bundle version code. |
disableDepthAndStencilBuffers | Disable Depth and Stencil Buffers. |
forceInternetPermission | Force internet permission flag. |
forceSDCardPermission | Force SD card permission. |
keyaliasName | Android key alias name. |
keyaliasPass | Android key alias password. |
keystoreName | Android keystore name. |
keystorePass | Android keystore password. |
licenseVerification | License verification flag. |
minSdkVersion | Minimal Android SDK version. |
preferredInstallLocation | Preferred application install location. |
showActivityIndicatorOnLoading | Application should show ActivityIndicator when loading. |
splashScreenScale | Android splash screen scale mode. |
targetDevice | Android target device. |
useAPKExpansionFiles | Use APK Expansion Files. |