Skip to content

Export: Make debug opt-in instead of opt-out

Rafał Mikrut requested to merge github/fork/akien-mga/export-debug-opt-in into master

Created by: akien-mga

Rationale: Many users miss the button and end up releasing debug builds in production, which have worse performance than release builds.

The overall usability of this dialog needs to be reviewed, but as a short term solution, non-debug by default seems better to me than debug by default. I'm open to suggestions for a better overall workflow though.

The drawback is that games with errors might crash in release mode where they would error out in debug mode, so if users don't fix their bugs while running in the editor (debug), they will likely get a crashy build.

Merge request reports