docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Joystick support

    The Input System currently has limited support for joysticks as generic HIDs only. The system attempts to identify Controls based on the information provided in the HID descriptor of the Device, but it might not always be accurate. These Devices often work best when you allow the user to manually remap the Controls.

    To better support specific joysticks Devices, you can also provide your own custom mappings for those Devices. Unity might extend the Input System to include some mappings for common devices in the future. See the manual page on HID for more information.

    Controls

    The Input System supports Generic HID Input Devices which are recognized as joysticks via the Joystick class. Joystick Devices can have any number of Controls as reported by the Device's HID descriptor, but the Input System always tries to at least match these common Controls:

    Control Type Description
    stick StickControl The main stick of the joystick.
    trigger ButtonControl The primary trigger of the joystick.
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)