basically the unity asset store release of this tool is missing this line of code, completely breaking Debug.isDebugBuild:
|
public static bool isDebugBuild { get { return UnityEngine.Debug.isDebugBuild; } } |
please update the version of this plugin on the unity asset store to include that line of code.
basically the unity asset store release of this tool is missing this line of code, completely breaking
Debug.isDebugBuild:Unity-File-Debug/Assets/UnityFileDebug/Lib/Logger/Scripts/DebugWrapper.cs
Line 39 in 0e390c3
please update the version of this plugin on the unity asset store to include that line of code.