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.