Version: 2022.3
言語: 日本語

iOS

class in UnityEditor

マニュアルに切り替える

説明

iOS 特有のプレイヤー設定

Static 変数

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).
buildNumberThe build number of the bundle
cameraUsageDescriptionユーザーのカメラにアクセスする理由を説明します。
deferSystemGesturesModeDefer system gestures until the second swipe on specific edges.
disableDepthAndStencilBuffersデプス と ステンシルバッファを無効にします。
forceHardShadowsOnMetalShould hard shadows be enforced when running on (mobile) Metal.
hideHomeButtonSpecifies whether the home button should be hidden in the iOS build of this application.
iOSManualProvisioningProfileIDA provisioning profile Universally Unique Identifier (UUID) that Xcode will use to build your iOS app in Manual Signing mode.
iOSManualProvisioningProfileTypeA ProvisioningProfileType that will be set when building an iOS Xcode project.
iOSUrlSchemesAn array of URL Schemes that are supported by the app.
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.
tvOSManualProvisioningProfileTypeA ProvisioningProfileType that will be set when building a tvOS Xcode project.
useOnDemandResourcesアプリケーションが On Demand Resources (ODR) API を使用するかどうか

Static 関数

SetiPadLaunchScreenTypeSets the mode which will be used to generate the app's launch screen Interface Builder (.xib) file for iPad.
SetiPhoneLaunchScreenTypeSets the mode which will be used to generate the app's launch screen Interface Builder (.xib) file for iPhone.
SetLaunchScreenImageSets the image to display on screen when the game launches for the specified iOS device.