Ark2000 / PankuConsole

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

The default panku config does not apply when exported #179

Closed TheContainer closed 3 months ago

TheContainer commented 3 months ago

Describe the bug After exporting the project, the Panku console completely ignores the default config. This issue was tested on the logger visibility setting (screen_overlay). I configured it in the file to have an index of 1, which corresponds to "show if shell visible". The project works correctly in the editor, but upon export, the logger always remains visible.

To Reproduce Steps to reproduce the behavior:

  1. Create a project with the addon.
  2. Modify the default config.
  3. Export the project.

Desktop:

Additional information Reading the config from the user data folder continues to function correctly in both the exported and editor projects.

worron commented 3 months ago

Just in case, have you done configuration in export template to include config files to the build? In export page Resources tab -> 'Filters to export non-resource files' field. General mask like *.cfg or certain file name should work.