Version: 2020.3
Language : English
Debugging Your Application
WebGL

Building your application for tvOS

To create a build for tvOS, go to Build Settings (menu:** File > Build Settings). In the Platform list, select tvOS, then select the Switch Platform button.

tvOS Build Settings
tvOS Build Settings

Similar to iOSApple’s mobile operating system. More info
See in Glossary
, 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. See iOS build settings to check which settings you can configure for your build.

Debugging Your Application
WebGL