Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Event.current.shift bug

Discussion in '5.4 Beta' started by sergi_mandarina, May 22, 2016.

  1. sergi_mandarina

    sergi_mandarina

    Joined:
    Aug 9, 2015
    Posts:
    78
    While pressing Shift key, Event.current.shift returns true only when moving the mouse. Otherwise returns false. That creates flickering in my editor windows when I try to draw things when Shift key is pressed.
    You can see that also in the Scene View using the move tool and pressing Shift key to activate the free move handle.
    Movement using the free move handle is also broken, the object moves but doesn't follow the mouse position (tested in a mac book pro retina display).
     
  2. Alex-Lian

    Alex-Lian

    Guest

    Could we have a project repro'ing your scenario? Bug report # please?
     
  3. sergi_mandarina

    sergi_mandarina

    Joined:
    Aug 9, 2015
    Posts:
    78
    Yes, I just reported using the reporting tool using a minimal single script project. Case 799561.

    Cheers