Created
August 25, 2022 09:53
-
-
Save Fastzargon/dd4112fe8cf3c1f00220eead7a8cc2ec to your computer and use it in GitHub Desktop.
MethodTwo
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
private void DebuggerSetup() { | |
Debug.unityLogger.logEnabled = Debug.isDebugBuild; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment