At this point, we will be building our project for the iOS device. While there are some similarities to working with Android, there are some differences that are very important to note, so keep that in mind while reading this section.
- At this point, we will dive into Unity and then move into our Build Settings menu once again by going to File | Build Settings.
- Click on the iOS option from the Platform list and then click on the Switch Platform button to make the change.
Note that this will make Unity reimport all of the assets in our game, so this may be time-consuming as you build larger and larger projects. This now also means that when we build our project, it will create an Xcode project instead of just an app, which we will need to open and work with once it's built.
- If we didn't do so earlier when building for iOS, we must set the...