Ark2000 / PankuConsole

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

Make Panku disabled on release builds #170

Closed clorl closed 4 months ago

clorl commented 4 months ago

I thought the plugin would deactivate itself when making a release build, but it doesn't. It should be as easy as adding something like this on console's instantiation :

if OS.has_feature("release"):
    # Disable Panku
worron commented 4 months ago

Did you enable special option Project->Project Settings->Panku->Disable on release?

clorl commented 4 months ago

No, I didn't know it existed, but imo should be enabled by default

Ark2000 commented 4 months ago

No, I didn't know it existed, but imo should be enabled by default

Suggestion accepted.

clorl commented 4 months ago

Thanks for the quick and positive response. Love the addon btw, it's in all of my projects