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

Add ui_debug_overlay to dev_tools.rs, behind a toggle keybind #211

Closed
benfrankel opened this issue Jul 31, 2024 · 2 comments · Fixed by #250
Closed

Add ui_debug_overlay to dev_tools.rs, behind a toggle keybind #211

benfrankel opened this issue Jul 31, 2024 · 2 comments · Fixed by #250
Labels
enhancement New feature or request good first issue Good for newcomers ready for implementation The problem was discussed and is ready for a PR
Milestone

Comments

@benfrankel
Copy link
Collaborator

https://docs.rs/bevy/latest/bevy/dev_tools/ui_debug_overlay/index.html

@benfrankel benfrankel added the enhancement New feature or request label Jul 31, 2024
@benfrankel benfrankel added this to the Bevy Jam 6 milestone Jul 31, 2024
@janhohenheim
Copy link
Member

Great idea :D

@benfrankel
Copy link
Collaborator Author

There was some talk about putting the toggle in the settings menu for dev builds (after #213). That should be non-blocking however, since the button can be added with the settings PR, and the keybinding should probably remain afterwards as well.

@benfrankel benfrankel added good first issue Good for newcomers ready for implementation The problem was discussed and is ready for a PR labels Aug 5, 2024
benfrankel added a commit that referenced this issue Aug 9, 2024
Fixes #211.

Toggle key is backtick, aka `KeyCode::Backquote`.


![2024-08-09_1723243137_1280x720](https://github.com/user-attachments/assets/957af21e-0c18-4ad8-95b7-c7d07aca1bcb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers ready for implementation The problem was discussed and is ready for a PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants