We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A 2d game
Hi, when I export my Godot game, I get this message in the output:
-- Debugging process started -- Godot Engine v4.0.3.stable.mono.official.5222a99f5 - https://godotengine.org OpenGL API 3.3.0 - Build 31.0.101.2115 - Compatibility - Using Device ..
I would like to remove this text from my game, can you correct this problem by adding an option in the editor or something else?
It works by adding an option in the "debug" or "application" tab.
I don't think so unless you use hack software to modify the application's properties.
Yes, because I think it would be cool to natively customise the console for our games.
The text was updated successfully, but these errors were encountered:
Duplicate of #4998.
Sorry, something went wrong.
Yes, but how do you export with --quiet please
editor/run/main_run_args in Project Settings.
editor/run/main_run_args
The correct answer is actually this: #4998 (comment)
No branches or pull requests
Describe the project you are working on
A 2d game
Describe the problem or limitation you are having in your project
Hi, when I export my Godot game, I get this message in the output:
Describe the feature / enhancement and how it helps to overcome the problem or limitation
I would like to remove this text from my game, can you correct this problem by adding an option in the editor or something else?
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
It works by adding an option in the "debug" or "application" tab.
If this enhancement will not be used often, can it be worked around with a few lines of script?
I don't think so unless you use hack software to modify the application's properties.
Is there a reason why this should be core and not an add-on in the asset library?
Yes, because I think it would be cool to natively customise the console for our games.
The text was updated successfully, but these errors were encountered: