4
Q:

Disable Debug.log Unity

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

New to Communities?

Join the community