@UE 软件程序问题

UE4 无法保存资产The asset uasset failed to save解决 有时候,开发到一半,突然发现无法保存某些资源,出现The asset uasset failed to save...等提示 The asset '/Game/xxx/xxx/xxx' (xxx.uasset) failed to save. Cancel: Stop saving all assets and return to the editor. Retry: Attempt to save the asset again. Continue: Skip saving this asset only. The following assets failed to save correctly: 网上有很多解决方式,不过最终发现是UE4同一个工程多开造成的 此时你的UE4可能只打开了一个,但仍然报错,原因是UE4后台还在偷跑... 打开任务管理器 - 后台进程 UE4 无法保存资产The asset uasset failed to save解决 然后你会发现,有个UE4的进程在偷跑,点击它,结束任务 回到当前工程,就可以保存了(UE4遗留的bug)