This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
+1 vote

Android publish with release, if debug on, people can cheat in the game right.

Is this possible, would be glad to know

in Engine by (193 points)

1 Answer

+1 vote
Best answer

To export to Android in release mode, you need to do two things:

  • Configure a release keystore in the Android export preset. The debug keystore configured in the Editor Settings won't be used when exporting in release mode.
  • After clicking Export Project in the export preset dialog, in the file dialog, uncheck Export With Debug at the bottom of the file dialog before exporting the project.

if debug on, people can cheat in the game right.

Not really. Cheating in a singleplayer game exported in release mode is still possible by various means, and there is no way to fully prevent it. In a multiplayer game, it's still possible if the server isn't authoritative.

by (12,908 points)
edited by

Thanks https://godotengine.org/qa/user/Calinou. You are an art-istic advanturer on this

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.