Unity 通用环境下跑shell脚本的工具
// ----------------------------------------------------------------------------
// <copyright file="ILEntry.cs" company="上海序曲网络科技有限公司">
// Copyright (C) 2015 上海序曲网络科技有限公司
// All rights are reserved. Reproduction or transmission in whole or in part, in
// any form or by any means, electronic, mechanical or otherwise, is prohibited
// without the prior written consent of the copyright owner.
// </copyright>
// <author>ZhaoWenPeng</author>
// <date>2019年1月24日</date>
// ----------------------------------------------------------------------------
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Text;
using UnityEngine;
namespace Assets.Scripts.Platform.Editor.Tool
{
public class CMDHelper
{
public static void RunFileCmd(string scriptName, List<string> args = null , bool isShowWin = false , string workDir = null)
{
string

最低0.47元/天 解锁文章
477

被折叠的 条评论
为什么被折叠?



