Version: 2021.3
Language : English
Test and debug an iOS application
Profile an iOS device

Device Simulator for iOS

Unity’s Device Simulator can simulate the appearance and behavior of a variety of iOSApple’s mobile operating system. More info
See in Glossary
devices. This helps you test basic interactions and view the layout of your application on iOS devices. This reduces costs, because you don’t need to own a device to simulate it, and helps you to improve device coverage. Additionally, the Device Simulator doesn’t require you to build your application which means you can debug layout issues and iterate quickly.

The Device Simulator doesn’t simulate the graphics back end of the target device and renders your application in the same way that the Unity Editor does. This means that it doesn’t impose limitations that the graphics back end of the target device might have. The Device Simulator also doesn’t simulate the performance characteristics of the device, so to profile your application, you must create a build and run it directly on the device. To understand how to profile your iOS device, refer to Profile an iOS device. For more information on the capabilities and limitations of the Device Simulator, refer to Device Simulator introduction.

The Device Simulator includes a variety of iOS devices, but you can also add other devices if necessary. For information on how to do this, refer to Add a device.

Additional resources

Test and debug an iOS application
Profile an iOS device