Version: 2021.3
言語: 日本語
tvOS の入力デバイスのサポート
アプリケーションのデバッグ

Unity UI からアプリケーションナビゲーションを設定

Apple Game Center のネイティブのリーダーボード UI には、カスタム視覚リソースを提供する必要があります。ここでは、Xcode でそれらを設定する方法を説明します。

  1. Open the Input window in the Unity Editor. Find the first occurrence of the Submit virtual input, expand it, and change its Alt Positive Button to joystick button 14.
  2. シーン で EventSystem アプリケーションオブジェクトを選択します。Inspector で、EventSystem コンポーネントを見つけ、First Selected プロパティの最初のフォーカスを受ける UI アプリケーションオブジェクトへの参照を設定します。Standalone Input Module コンポーネントの Force input module プロパティを有効にする必要があるかもしれません。

ノート: アプリケーションが TV Simulator で実行されている間は、Apple TV Remote ナビゲーションは動作しません。

tvOS の入力デバイスのサポート
アプリケーションのデバッグ