public static string GetMonoPath(BuildTarget buildTarget) { return(BuildPipeline.GetMonoLibDirectory(buildTarget) + Path.PathSeparator + "."); }