public static void BuildStorage() { ShellExecutor.ExecuteShell(commandStorage, ""); AssetDatabase.Refresh(); }
public static void BuildConfigs() { ShellExecutor.ExecuteShell(commandConfigs, ""); AssetDatabase.Refresh(); }
public static void BuildProtocol() { ShellExecutor.ExecuteShell(commandProtocol, ""); AssetDatabase.Refresh(); }