AssetBunlde打包随笔
Posted xiaobao2017
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AssetBunlde打包随笔相关的知识,希望对你有一定的参考价值。
C#对文件夹操作类 Directory
string filePath = Application.dataPath + @"/123"; //判断文件夹是否存在 不存在创建 if (!Directory.Exists(filePath)) { //创建文件夹 Directory.CreateDirectory(filePath); }
以上是关于AssetBunlde打包随笔的主要内容,如果未能解决你的问题,请参考以下文章