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

Pausing the scene in the editor (F7) has no effect #14742

Closed
vybr opened this issue Dec 16, 2017 · 8 comments
Closed

Pausing the scene in the editor (F7) has no effect #14742

vybr opened this issue Dec 16, 2017 · 8 comments
Assignees
Milestone

Comments

@vybr
Copy link

vybr commented Dec 16, 2017

Operating system or device, Godot version, GPU Model and driver (if graphics related):
3.0 Beta 1 - Windows

Issue description:
Trying to pause the game in the editor, it doesn't pause at all even after multiple attempts.
This happens in 2.1.x also.

@27thLiz 27thLiz added this to the 3.0 milestone Dec 16, 2017
@vybr vybr changed the title Pausing the scene (F7) has no effect Pausing the scene in the editor (F7) has no effect Dec 16, 2017
@Zireael07
Copy link
Contributor

Confirming on beta 1, not sure about 2.1.4.

@carlosfvieira
Copy link
Contributor

Tested in b08735f

The shortcut works, but only if the editor has the focus... but yes, i think it should work when the play scene window has the focus also...

@vybr
Copy link
Author

vybr commented Dec 20, 2017

The shortcut and button do not work at all for me. But yes, the shortcut should also work when the editor is not in focus, with a option to turn it off in case the game uses F7 for input.

@akien-mga
Copy link
Member

We have now entered release freeze for Godot 3.0 and want to focus only on release critical issues for that milestone. Therefore, we're moving this issue to the 3.1 milestone, though a fix may be made available for a 3.0.x maintenance release after it has been tested in the master branch during 3.1 development. If you consider that this issue is critical enough to warrant blocking the 3.0 release until fixed, please comment so that we can assess it more in-depth.

@akien-mga akien-mga modified the milestones: 3.0, 3.1 Jan 5, 2018
@reduz
Copy link
Member

reduz commented Sep 6, 2018

F7 does a debugger break. If there is no code running, I think no pausing happens. WIll check, anyway.

@reduz reduz self-assigned this Sep 6, 2018
@reduz
Copy link
Member

reduz commented Nov 12, 2018

Well, does not seem like a bug, F7 is a debugger break.. I am not sure if Godot even supports pausing whole execution, so this seems more like an ehnacement to me. One idea was allowing to pause the game to actually be able to explore it (copy the camera from the editor to the game, since game does not run in the editor unlike Unity). Will kick to 3.2 I guess.

@reduz reduz modified the milestones: 3.1, 3.2 Nov 12, 2018
@reduz reduz added enhancement and removed bug labels Nov 12, 2018
@Zireael07
Copy link
Contributor

If it's only a debugger break, it should be labeled as such in the tooltip.

@akien-mga
Copy link
Member

I can't reproduce the issue, pressing the button or F7 in the editor does pause execution and show the debugger. So it behaves as expected IMO.

I'll improve the tooltip as suggested.

victordomiciano pushed a commit to JavaryGames/godot that referenced this issue Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants