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.
CloseiOS specific player settings.
allowHTTPDownload | Should insecure HTTP downloads be allowed? |
applicationDisplayName | iOS application display name. |
buildNumber | The build number of the bundle. |
overrideIPodMusic | Determines iPod playing behavior. |
prerenderedIcon | Icon is prerendered. |
requiresFullScreen | RequiresFullScreen maps to Apple's plist build setting UIRequiresFullScreen, which is used to opt out of being eligible to participate in Slide Over and Split View for iOS 9.0 multitasking. |
requiresPersistentWiFi | Application requires persistent WiFi. |
scriptCallOptimization | Script calling optimization. |
sdkVersion | Active iOS SDK version used for build. |
showActivityIndicatorOnLoading | Application should show ActivityIndicator when loading. |
statusBarStyle | Status bar style. |
targetDevice | Targeted device. |
targetOSVersion | Deployment minimal version of iOS. |
useOnDemandResources | Indicates whether application will use On Demand Resources (ODR) API. |