Search Unity

Question Button highlight color

Discussion in 'Input System' started by syjgin, May 19, 2022.

  1. syjgin

    syjgin

    Joined:
    Feb 13, 2015
    Posts:
    136
    Is it possible to make it working with the new input system? For now, I just copied standard input asset actions to my own and fill the event system with it, but only clicks and scroll is working, highlighting isn't
     
  2. syjgin

    syjgin

    Joined:
    Feb 13, 2015
    Posts:
    136
    I forgot to add base method calling in the OnPointerEnter implementation on my button child class, InputSystem is not connected with this error)