Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Strange Issue

Discussion in 'Input System' started by Tyndareus, Jul 3, 2019.

  1. Tyndareus

    Tyndareus

    Joined:
    Aug 31, 2018
    Posts:
    37
    Seeing though it hasnt been posted here, I assume that no one else actually has this issue;

    upload_2019-7-3_19-21-3.png

    I went back to 0.2.0 but the error still occurred, I could not test the 0.1 build since the project needs the latest collections and I believe the older input system uses an older collections since it complains about the native object having a different constructor.

    The only thing that I have done is made an ActionAsset, generated a script, instanced that script in my script and assigned the events.
    The ActionAsset has WASD and arrow keys assigned to a 2D vector for up/down/left/right they also have the Hold interaction with default settings.
    The Start and Performed do execute (performed twice).
    With the interaction being set to just press they do all Start Perform and Cancel events.

    Issue occurs on 2019.1.5 and 2019.1.8
     
    Last edited: Jul 4, 2019