Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some ImGui windows always block all player input even after ImGui is hidden #353

Open
mcphedar opened this issue Apr 12, 2023 · 1 comment
Labels
kind/bug Something isn't working priority/major Major priority. Work that should be handled after all blocking and critical work is done.

Comments

@mcphedar
Copy link
Contributor

Describe the bug
After opening the ImGUI ui and closing it, player input is blocked, requiring a restart to restore control.

Steps to reproduce
Steps to reproduce the behavior:

  1. open ImGUI with HOME key
  2. open some of the imGUI windows, such as physx debug overlay or multiplayer desync analysis tool
  3. hide imGUI with HOME key
  4. keyboard/mouse input is ignored by the player controller

Expected behavior
You can use the iMGUI and then close it so you can resume control of the client.

Assets required
o3de-multiplayersample

@mcphedar mcphedar added kind/bug Something isn't working needs-triage Issue requires review labels Apr 12, 2023
@lmbr-pip lmbr-pip added priority/major Major priority. Work that should be handled after all blocking and critical work is done. and removed needs-triage Issue requires review labels Apr 13, 2023
@lmbr-pip
Copy link
Contributor

May need o3de/o3de GHI as this may need fix in IMGui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working priority/major Major priority. Work that should be handled after all blocking and critical work is done.
Projects
None yet
Development

No branches or pull requests

2 participants