Suggestion / Enchantment
Default visibility in project settings.
I imagine in init it would look something like this:
visible = ProjectSettings.get_setting("debug/settings/debug_menu/visible")
I don't know exactly how, but I believe it would be possible to create this property when the plugin is initialized.
For now I'm using the plugin with this local change and I created this configuration using the Godot UI.
I made this change because I'm using the plugin to see performance on mobile.
Suggestion / Enchantment Default visibility in project settings.
I imagine in init it would look something like this:
visible = ProjectSettings.get_setting("debug/settings/debug_menu/visible")
I don't know exactly how, but I believe it would be possible to create this property when the plugin is initialized.
For now I'm using the plugin with this local change and I created this configuration using the Godot UI. I made this change because I'm using the plugin to see performance on mobile.