Description
The snapping hotkey (S) stops responding after changing the selected GameObject via the Hierarchy. It only works again after interacting with the Scene View.
Reproduction
Select object in Scene View
Press W (move tool)
Hold S → snapping works
Select another object in Hierarchy
Hold S → no response
Press W or click Scene View
Hold S → works again
Expected
S should activate snapping regardless of whether selection changes in Scene View or Hierarchy.
Hotkey input is ignored after Hierarchy selection until Scene View regains focus.
Likely caused by OnSceneGUI not receiving keyboard events when Scene View is unfocused (event/focus issue).
Description
The snapping hotkey (
S) stops responding after changing the selected GameObject via the Hierarchy. It only works again after interacting with the Scene View.Reproduction
Select object in Scene View
Press
W(move tool)Hold
S→ snapping worksSelect another object in Hierarchy
Hold
S→ no responsePress
Wor click Scene ViewHold
S→ works againExpected
Sshould activate snapping regardless of whether selection changes in Scene View or Hierarchy.Hotkey input is ignored after Hierarchy selection until Scene View regains focus.
Likely caused by OnSceneGUI not receiving keyboard events when Scene View is unfocused (event/focus issue).