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

Bug [2022.2b10] [Linux] Focusing game view is broken

Discussion in '2022.2 Beta' started by ricky26, Oct 17, 2022.

  1. ricky26

    ricky26

    Joined:
    Jul 19, 2014
    Posts:
    5
    In the editor, clicking into the game view with `Cursor.lockState = CursorLockMode.Locked;` results in the entire editor freezing whilst it's focused. (Even the stats view freezes.)

    Separately, it looks like Unity no longer captures input in the game view. Pressing Tab changes focus from the game view to the inspector rather than firing my input action.

    I've checked the first issue in a minimal repro case (just creating a script which sets lockState in Start()) which I've attached.
     

    Attached Files:

  2. ricky26

    ricky26

    Joined:
    Jul 19, 2014
    Posts:
    5
    I've retested with b11 and it's still broken.