Skip to content

Instantly share code, notes, and snippets.

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