运行unrealeditor-cmd跑commandlet的时候遇到如下报错:
plugin 'xxx' failed to load because module 'xxx' could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project.
解决方案
重编项目
思路
网上搜出来的结果都是让禁用这个plugin或者添加install:true,或说这是ue4的一个bug
但是这里使用的引擎是ue5,且禁用了这个插件以后还会有别的插件报相同的错误
这个报错是运行的时候找不到插件,但我们本地搜索报错的xxx是可以找到的。说明报错的原因是:插件版本不匹配
再加上禁用一个报错插件以后会换另一个报错,说明项目插件需要重编
原因
编译了引擎但没编译项目