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

debug menu showing twice #3

Closed
leleleSDX opened this issue May 23, 2023 · 3 comments
Closed

debug menu showing twice #3

leleleSDX opened this issue May 23, 2023 · 3 comments

Comments

@leleleSDX
Copy link

godot_debug_edit
godot_debug_menu

it isn't obvious at first. but if you attach the debug menu to a control node, move it at a different position other than top left, then it shows up twice. the new position and always at the top left position.

@Calinou
Copy link
Member

Calinou commented May 23, 2023

The debug menu scene is already registered as an autoload. You should not instance it manually in a scene.

@leleleSDX
Copy link
Author

leleleSDX commented May 23, 2023

is there a way to not autoload it? so i can manually set its position in the editor canvas?

edit: nvm i just disabled the plugin so it won't autoload

@Calinou
Copy link
Member

Calinou commented May 23, 2023

is there a way to not autoload it? so i can manually set its position in the editor canvas?

There isn't a way to customize the position yet (without editing the scene file), but I could add project settings for that.

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

2 participants