I’m running into an issue where my packaged game appears to be building as a Development build, even though I have explicitly selected Shipping in the Package Configuration settings.
The Issue: After packaging the project with the “Shipping” configuration, the resulting executable still exhibits development behaviors:
Debug Logs: logs are still appearing in the top-left corner of the screen.
Console Access: I am still able to open the command console using the tilde ~ key.
Hey there @Chinesestud691! It seems this issue has occurred to a number of users before. Check the possible solutions in this thread, and let me know if any of them work.