Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Device features and behavior on iOS

Access device features, control screen orientation, and support iPad multitasking in your iOS application.
Read time 1 minuteLast updated 13 days ago

This section describes the iOS-specific behavior you can access and control from a script, including device properties and hardware features, screen orientation, and how your application behaves in iPad multitasking modes.
For information about detecting and handling user input, refer to Input for iOS devices.

Topic

Description

iOS device properties and hardware featuresUnderstand the iOS device properties and hardware features you can access from a script.
Screen orientation on iOSUnderstand how to detect and control screen orientation on iOS devices.
iPad multitasking modesUnderstand how iPadOS multitasking modes affect the Screen API and orientation in your application.

Additional resources