摘要:
Unity3d导入工程出现错误“Creating unique file:creating file Temp/tempFile failed.Please ensure there is enough disk space and you have permissions setup correctly”。
解决方法:路径中有中文字符,把中文字符改成英文就可以了。有时候导入插件出现错误:“Error while importing package: Couldn't decompress package”(无法解压压缩包),也是因为路径里有中文造成的,要注意下。 阅读全文