Created
January 27, 2020 23:36
-
-
Save hk1ll3r/b255a9b1477c93765f9a7339fd88b8e5 to your computer and use it in GitHub Desktop.
sample bad format
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