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

Feedback Custom Processor hook needs some work

Discussion in 'Input System' started by the_jaysaurus, Jan 6, 2022.

  1. the_jaysaurus

    the_jaysaurus

    Joined:
    Dec 21, 2020
    Posts:
    21
    Hiya,

    the ability to add custom processors is excellent. I was planning to author a nice universal "drag" that used coroutines to create that drifty style of axes in the old system. Figured newbies might find it helpful (and it'd be useful for my own ends) but unfortunately the processor method only seems to pick up key-down and there doesn't seem to be any support for when the key is released.

    in a nutshell, I really really think the processor should be able to perform actions against release behaviour as well.