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 unsecure 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. |
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. |
targetResolution | Targeted resolution. |
useOnDemandResources | Indicates whether application will use On Demand Resources (ODR) API. |