Setup conditional debugging system in Unity3d
What i wish to achieve Allowing to disable selected types of debug in different levels Such as DEBUG_LEVEL_LOG DEBUG_LEVEL_WARN DEBUG_LEVEL_ERROR Setup different types of the debug messages Debug.log Debug.error Debug.warning…