You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: