public static void RunDev(string str)
 {
     if (S.I.consoleView.GetComponent <ConsoleCtrl>() != null)
     {
         ConsoleCtrl conRef = S.I.consoleView.GetComponent <ConsoleCtrl>();
         conRef.runCommandString(str);
     }
 }