Skip to content

Instantly share code, notes, and snippets.

@hk1ll3r
Created January 27, 2020 23:37
Show Gist options
  • Save hk1ll3r/ab58fd928beb0e2a8e1acd0d321b2b95 to your computer and use it in GitHub Desktop.
Save hk1ll3r/ab58fd928beb0e2a8e1acd0d321b2b95 to your computer and use it in GitHub Desktop.
void Awake() {
if (!Debug.isDebugBuild) {
Debug.Log("prod build");
enabled = false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment