Debugging Your Application
Universal Windows Platform

Build your application for tvOS

To build your Unity application for tvOS, use the following steps:

  1. Open the Build Profiles window (menu: File > Build Profiles).
  2. From the list of platforms in the Platforms panel, select tvOS or create a build profile for the tvOS platform.
  3. In the Platform Settings section, set Architecture to the architecture type you want Unity to build your application for.
  4. If you want to create an Xcode project for your application, enable Create Xcode Project.
  5. Select Switch Profile to set the new build profileA set of customizable configuration settings to use when creating a build for your target platform. More info
    See in Glossary
    as the active profile.
  6. Click Build.

Similar to iOS, building your application to a tvOS device involves two steps:

  1. Unity builds an Xcode project.
  2. Xcode builds that project to your device.

To select the device that Xcode builds to, follow these steps:

  1. Connect the device to your computer.
  2. From Xcode’s main menu, go to Product > Destination, and select your device from the Devices list.

tvOS build settings are the exact same as those for iOS. Refer to iOS build settings reference to check which settings you can configure for your build.

Incremental build pipeline

Unity uses the incremental build pipeline when it builds the Player for tvOS. This means that Unity incrementally builds/generates files such as Information Property List (plist) files and Entitlement files. If you implement callbacks that modify or move any iOS file or asset that the incremental build pipeline uses, see Creating non-incremental builds.


Did you find this page useful? Please give it a rating:

  • Debugging Your Application
    Universal Windows Platform