少年修仙传客户端基础资源
client_Zxw
2018-08-28 2cfc54da70f0639f662d2cd8ce08c69d813e9bd2
Assets/Editor/Tool/AssetsVersionMaker.cs
@@ -21,6 +21,12 @@
            {
                continue;
            }
            if (fileInfo.FullName.Contains("DS_Store") || fileInfo.FullName.Contains("ds_store"))
            {
                continue;
            }
            relativePath = FileExtersion.GetFileRelativePath(_path, fileInfo.FullName);
            extersion = fileInfo.Extension;
            fileSize = fileInfo.Length;