当前位置:   article > 正文

Unity使用AssetDatabase.CreateAsset报错:Couldn't create asset file!

couldn't create asset file!

使用AssetDatabase.CreateAsset(UnityEngine.Object asset, string path)新建资源时:

路径path使用:application .datapath +"/xxx/xxx",实际路径会是“E:/asdf/asdfasdf/Assets/xxx/xxx”,这样就会报错“Couldn't create asset file!”

如下图:

正确path应该使用相对Asset的路径,比如:"Assets/xxx/xxx"

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/81940
推荐阅读
相关标签
  

闽ICP备14008679号