Skip to content

Instantly share code, notes, and snippets.

@Fastzargon
Created August 25, 2022 09:38
Show Gist options
  • Save Fastzargon/0e09c7c384ea86e27a6522ce7eddab4f to your computer and use it in GitHub Desktop.
Save Fastzargon/0e09c7c384ea86e27a6522ce7eddab4f to your computer and use it in GitHub Desktop.
DebuggerOff example one
private void DebuggerSetup() {
#if UNITY_EDITOR
Debug.unityLogger.logEnabled = debugOn;
#else
Debug.unityLogger.logEnabled != debugOn;
#endif
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment