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

Game Pauses frequently #3

Closed
Prakash19921206 opened this issue May 13, 2018 · 5 comments
Closed

Game Pauses frequently #3

Prakash19921206 opened this issue May 13, 2018 · 5 comments
Assignees
Labels

Comments

@Prakash19921206
Copy link

Prakash19921206 commented May 13, 2018

i downloaded the game from here
It works fine, except it pauses automatically...
i just keep moving forward, then when i press space(jump), it shows the pause menu...

some bug in the code, that bring pause menu when multiple keys are pressed.

i'm running on windows 7 64bit
[unity not installed, just tried the executable directly]

Update : This happens only when i run in full screen mode, however in windowed mode(any resolution, quality) there is no issue

@Prakash19921206 Prakash19921206 changed the title Games Pauses frequently Game Pauses frequently May 13, 2018
@hasanbayatme
Copy link
Member

Hi.
It is a known issue, it is caused because the Pause button is focused button, so it got activated by Space button.
So, for jump press up arrow or W.

@hasanbayatme hasanbayatme self-assigned this May 13, 2018
@Prakash19921206
Copy link
Author

Thanks for your reply. using up arrow worked!
but is there a way to solve Space bar button issue?

@hasanbayatme
Copy link
Member

To make the Space button working, we need to leave pause button unfocused when Game starts, or we can change the UI interaction button to Enter instead of Space.
Thanks.

@Prakash19921206
Copy link
Author

Ok.. Thanks

@escape0707
Copy link

Changing Canvas - In-Game Screen - Pause Button's Inspector - UI Button - Navigation option to None solves this problem, by disallowing Unity to change focus onto it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants