Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Official Input System 1.6.1 released

Discussion in 'Input System' started by jfreire-unity, Jun 1, 2023.

  1. jfreire-unity

    jfreire-unity

    Unity Technologies

    Joined:
    Jan 31, 2023
    Posts:
    1
    Hello Input System users!

    The Input Team would like to announce that Input System 1.6.1 has been released !

    We would like to highlight the improvements in this version:
    - The `InputSystem.customBindingPathValidators` interface was added to allow showing warnings in the `InputAsset` Editor for specific InputBindings and drawing custom UI in the properties panel.
    - A `displayIndex` field was added to the Touch struct to expose the index of the display that was touched.
    This version also includes the addition of an internal subsystem for routing input to the UI interface, predominantly for the UI Toolkit.

    More details about all the improvements and fixes are in the package changelog.

    Input system 1.6.1 is available starting from:
    • 2021.3.27f1
    • 2022.3.1f1
    • 2023.1.0b20
    Or alternatively, you can manually specify "1.6.1" in your manifest.json.

    And if it's your first time hearing about the Input System you can find an introduction in the manual.
     
  2. CDF

    CDF

    Joined:
    Sep 14, 2013
    Posts:
    1,269
    Nice, can you talk more about the InputForUI module for UIToolkit? Is this a system to move away from the EventSystem component?
     
  3. JesOb

    JesOb

    Joined:
    Sep 3, 2012
    Posts:
    1,077
  4. CameronLewis

    CameronLewis

    Joined:
    Apr 17, 2016
    Posts:
    16