Ark2000 / PankuConsole

Feature-packed real-time debugging toolkit for Godot Engine.
https://k2kra.xyz/PankuConsole/
MIT License
997 stars 38 forks source link

Add option to auto disable console on release #159

Closed worron closed 7 months ago

worron commented 7 months ago

Recently I was trying to automatize console disabling for my release builds. Only option was found so far uses EditorExportPlugin and require lots of changes in plugin.gd (Am I missing any easy solutions?). Please take a look at the code, may be you will be interested in this feature in upstream. The feature totally optional, disabled by default, and can be activated though panku specific project settings.

The code feels a bit bloated though, feel free to decline if you have any concerns.

Ark2000 commented 7 months ago

Thank you for your contribution! I'll check it out later.