public static void RemoveCorrectKeyInput(KeyCode code, Action downKey)
 {
     UtilityScript.RemoveInputChecker(code, downKey);
 }