Created
January 27, 2020 23:37
-
-
Save hk1ll3r/ab58fd928beb0e2a8e1acd0d321b2b95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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