Version: 5.5

iOS

class in UnityEditor

マニュアルに切り替える

説明

iOS 特有のプレイヤー設定

Static 変数

allowHTTPDownloadセキュアではない HTTP のダウンロードを許可する必要があるかどうか
appInBackgroundBehaviorApplication behavior when entering background.
appleDeveloperTeamIDこのプロパティーには Apple Developer Team ID を入力します。この ID は Apple Developer ウェブサイトの Account > Membership に記載されています。これにより、作成された Xcode プロジェクトの Team ID を設定し、開発者が Build and Run 機能を使用できるようにします。自分のアプリケーションに自動的に署名するためには、Apple Developer Team ID をここで設定する必要があります。
appleEnableAutomaticSigningSet this property to true for Xcode to attempt to automatically sign your app based on your appleDeveloperTeamID.
applicationDisplayNameiOS アプリケーション表示名
backgroundModesSupported background execution modes (when appInBackgroundBehavior is set to Custom).
buildNumberバンドルのビルド番号
cameraUsageDescriptionユーザーのカメラにアクセスする理由を説明します。
forceHardShadowsOnMetalShould hard shadows be enforced when running on (mobile) Metal.
iOSManualProvisioningProfileIDA provisioning profile Universally Unique Identifier (UUID) that Xcode will use to build your iOS app in Manual Signing mode.
locationUsageDescriptionユーザーの位置情報にアクセスする理由を説明します。
microphoneUsageDescriptionユーザーのマイクにアクセスする理由を説明します。
prerenderedIconアイコンが Prerendering (事前レンダリング)されます
requiresFullScreenRequiresFullScreen は iOS9.0 のマルチタスクのための Slide Over や Split View の代わりに使用される UIRequiresFullScreen をApple の plist のビルド設定にマップします
requiresPersistentWiFiアプリケーションは Persistent (恒常的な接続の) WiFi を必要とします
scriptCallOptimizationスクリプト呼び出しの最適化
sdkVersionビルドに使用されるアクティブな iOS SDK バージョン
showActivityIndicatorOnLoadingロード時にアプリケーションが表示すべき ActivityIndicator
statusBarStyleステータスバーのスタイル
targetDeviceターゲットとなるデバイス
targetOSVersionStringデプロイする最小の iOS バージョン
tvOSManualProvisioningProfileIDA provisioning profile Universally Unique Identifier (UUID) that Xcode will use to build your tvOS app in Manual Signing mode.
useOnDemandResourcesアプリケーションが On Demand Resources (ODR) API を使用するかどうか