Android 特有のプレイヤー設定
| androidIsGame | Publish the build as a game rather than a regular application. |
| androidTargetDevices | Select which devices are allowed to run the Android application (all devices, mobile phones, tablets, and TV devices only, or ChromeOS devices only). |
| androidTVCompatibility | Android TV と互換性があるビルドを提供します。 |
| 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. |
| blitType | Choose how content is drawn to the screen. |
| buildApkPerCpuArchitecture | Create a separate APK for each CPU architecture. |
| bundleVersionCode | Android のバンドルバージョンコード |
| chromeosInputEmulation | Un-check to disable ChromeOS's default behaviour of converting mouse and touchpad input events into touchscreen input events. |
| 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 | デプス と ステンシルバッファを無効にします。 |
| enableArmv9SecurityFeatures | Enable Armv9 security features (PAC/BTI) for Arm64 builds. |
| forceInternetPermission | インターネット使用パーミッションを強制的に有効にします |
| forceSDCardPermission | SD カード使用のパーミッションを強制的に有効にします |
| fullscreenMode | The display mode for Android Player builds of your application. |
| keyaliasName | Android キーエイリアス名 |
| keyaliasPass | Android アプリケーションを署名するのに使用される鍵のパスワード |
| keystoreName | Android のキーストア名 |
| keystorePass | Android キーストアパスワード |
| licenseVerification | License Verification フラグ |
| 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. |
| preferredInstallLocation | アプリケーションの優先するインストール先 |
| 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. |
| resizableWindow | Indicates whether Android Player build of your application support a resizable window. |
| showActivityIndicatorOnLoading | ロード時にアプリケーションが表示すべき ActivityIndicator |
| splashScreenScale | Android スプラッシュ画面のスケールモード |
| 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. |