Unity使用AssetDatabase.CreateAsset报错:Couldn't create asset file!
生活随笔
收集整理的這篇文章主要介紹了
Unity使用AssetDatabase.CreateAsset报错: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"
總結
以上是生活随笔為你收集整理的Unity使用AssetDatabase.CreateAsset报错:Couldn't create asset file!的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: amd服务器cpu皓龙性能,真六核性能有
- 下一篇: C语言编程>第十八周 ⑧ 给定程