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. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Bug public InputAction[] inputActions; creates n one and the same InputAction when array size = n

Discussion in 'Input System' started by uani, Jul 27, 2020.

  1. uani

    uani

    Joined:
    Sep 6, 2013
    Posts:
    232
    Code (CSharp):
    1. public InputAction[] inputActions;


    the very last entry represents all of them, ie double clicking the last, highlights every, doubleclicking an other does nothing.
     
    agamiof and youri_ssk like this.