Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to auto disable console on release #159

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

worron
Copy link
Collaborator

@worron worron commented Jan 16, 2024

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.

Use custom EditorExportPlugin to auto disable panku singleton
in release builds. This feature disabled by default should not affect
existing installations. Can be activated by project setting option.
@Ark2000
Copy link
Owner

Ark2000 commented Jan 18, 2024

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

@Ark2000 Ark2000 merged commit 26c8430 into Ark2000:master Jan 29, 2024
@worron worron deleted the disable_on_release branch January 30, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants