コード例 #1
0
 public static void BuildStorage()
 {
     ShellExecutor.ExecuteShell(commandStorage, "");
     AssetDatabase.Refresh();
 }
コード例 #2
0
 public static void BuildConfigs()
 {
     ShellExecutor.ExecuteShell(commandConfigs, "");
     AssetDatabase.Refresh();
 }
コード例 #3
0
 public static void BuildProtocol()
 {
     ShellExecutor.ExecuteShell(commandProtocol, "");
     AssetDatabase.Refresh();
 }