godot-extended-libraries / godot-debug-menu

Display in-game FPS/performance/hardware metrics in a Godot 4.x project
https://github.com/godot-extended-libraries/godot-debug-menu-demo
MIT License
454 stars 18 forks source link

Default visibility in project settings. #18

Open LucasArusiewicz opened 1 year ago

LucasArusiewicz commented 1 year ago

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.