tvOS용 빌드를 생성하려면 Build Settings(메뉴: File > Build Settings)로 이동합니다. Platform 리스트에서 tvOS를 선택한 후 Switch Platform 버튼을 선택합니다.
iOS와 마찬가지로 tvOS 기기로 애플리케이션을 빌드하는 과정에는 두 가지 단계가 있습니다.
Xcode가 빌드되는 기기를 선택하려면 다음 절차를 따르십시오.
tvOS 빌드 설정은 iOS의 빌드 설정과 완전히 동일합니다. 빌드에 대해 구성할 수 있는 설정을 확인하려면 iOS 빌드 설정을 참조하십시오.
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.