static public void ShowAndSelectFileInExplorer(string path)
{
path = path.Replace('/', '\\');
string arg = string.Format(@"/select,{0}", path);
System.Diagnostics.Process.Start("explorer.exe", arg);
}
这样每次出完版本, 打包好的android apk包就自动弹出来了
【Unity3d】自动版本构建: 如何在Windows平台下自动打开资源管理器并且选中指定文件
最新推荐文章于 2024-10-01 14:30:41 发布