Version: 2022.2
Language : English
Getting started with iOS
iOS account setup

iOS environment setup

To create a Unity application for iOS, you first need to set up your Unity project to support iOS. To support iOS, a Unity project requires:

  • The iOS Build Support module.
  • Xcode or Unity Cloud BuildA continuous integration service for Unity projects that automates the process of creating builds on Unity’s servers. More info
    See in Glossary
    .

Before you get started, check Unity’s Requirements and compatibility documentation for iOS to make sure you’re aware of any limitations for developing a Unity application for this platform.

Install dependencies

Unity distributes dependencies as modules which means you use the Unity Hub to install them. The module you need is iOS Build Support. You can install it either when you install a new Unity Editor version, or add it to an existing Unity Editor install. To install modules:

Install Xcode or set up Unity Cloud Build

To build iOS applications, Unity generates an Xcode project and then Xcode builds this project into the final application. This means that if you want to build an application locally, you must install Xcode. Xcode is only available for macOS, so if your development machine doesn’t run macOS, you can’t build an application locally. However, Unity Cloud Build can build applications for you which makes it possible for you to develop an iOS application on a non-macOS machine.

Additional resources

Getting started with iOS
iOS account setup