2
Q:

Code to disable Debug.log

#if UNITY_EDITOR
 Debug.logger.logEnabled = true;
 #else
 Debug.logger.logEnabled = false;
 #endif
0

New to Communities?

Join the community