Skip to content

Instantly share code, notes, and snippets.

@Fastzargon
Created August 25, 2022 09:57
Show Gist options
  • Save Fastzargon/1f16a8ca6b056ec2967d0e4d2e5ea18f to your computer and use it in GitHub Desktop.
Save Fastzargon/1f16a8ca6b056ec2967d0e4d2e5ea18f to your computer and use it in GitHub Desktop.
FullMethodTwo
using UnityEngine;
public class Example : MonoBehaviour {
private void Awake() {
DebuggerSetup();
}
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