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. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    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.