Mendukung perangkat input pada tvOS
Menyiapkan navigasi aplikasi dari UI Unity
Anda harus menyediakan sumber daya visual khusus ke Apple Game Center untuk papan peringkat aslinya UI(User Interface) Allows a user to interact with your application. Unity currently supports three UI systems. More info
See in Glossary. Berikut cara mengaturnya di Xcode:
- Buka jendela Input di Editor Unity. Menemukan kejadian pertama dari input virtual Submit, memperluasnya, dan mengubah Alt Positive Button ke joystick button 14.
- Pilih aplikasi EventSystem Objek di SceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary Anda. Pada InspectorA Unity window that displays information about the currently selected GameObject, asset or project settings, allowing you to inspect and edit the values. More info
See in Glossary, temukan komponen EventSystem, dan atur referensi ke aplikasi UI Objek yang harus menerima fokus awal di properti First Selected. Anda mungkin perlu mengaktifkan properti Force input module di komponen Standalone Input Module. Sitemap
Note: Web TV Navigasi jarak jauh tidak bekerja sementara aplikasi Anda berjalan di TV Simulator.
Mendukung perangkat input pada tvOS