Android 特有のプレイヤー設定
androidIsGame | 通常のアプリケーションよりむしろゲーム向けのビルドをパブリッシュします。このオプションは Android 5.0 Lollipop と、それ以降で実行しているデバイスに影響を与えます。 |
androidTVCompatibility | Android TV と互換性があるビルドを提供します。 |
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 のバンドルバージョンコード |
disableDepthAndStencilBuffers | デプス と ステンシルバッファを無効にします。 |
forceInternetPermission | インターネット使用パーミッションを強制的に有効にします |
forceSDCardPermission | SD カード使用のパーミッションを強制的に有効にします |
keyaliasName | Android キーエイリアス名 |
keyaliasPass | Android キーエイリアスパスワード |
keystoreName | Android のキーストア名 |
keystorePass | Android キーストアパスワード |
licenseVerification | License Verification フラグ |
maxAspectRatio | Maximum aspect ratio which is supported by the application. |
minSdkVersion | The minimum API level required for your application to run. |
preferredInstallLocation | アプリケーションの優先するインストール先 |
showActivityIndicatorOnLoading | ロード時にアプリケーションが表示すべき ActivityIndicator |
splashScreenScale | Android スプラッシュ画面のスケールモード |
targetArchitectures | A set of CPU architectures for the Android build target. |
targetSdkVersion | The target API level of your application. |
useAPKExpansionFiles | APK 拡張ファイルを使用します |