【已解决】UE5 plugin ‘xxx‘ failed to load because module ‘xxx‘ could not be found.

运行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是可以找到的。说明报错的原因是:插件版本不匹配

再加上禁用一个报错插件以后会换另一个报错,说明项目插件需要重编

原因

编译了引擎但没编译项目

相关推荐
mengzhi啊2 天前
UE5 把剑绑定到骨骼-给要播放的动画及动画蒙太奇添加武器
ue5
directx3d_beginner2 天前
32,每帧更新怪物朝向改为c++
ue5
日月云棠2 天前
UE5源码分析之Editor——AnimationEditor模块全面分析
ue5
吴梓穆3 天前
UE5 播放透明视频
ue5
日月云棠3 天前
UE5源码分析之Editor——AnimationBlueprintEditor模块全面分析
ue5
远离UE43 天前
UE5 不同贴图采样类型的区别
ue5
日月云棠4 天前
UE5源码分析——ActorPickerMode模块全面分析
ue5
万亿少女的梦1685 天前
基于虚幻引擎的天坛文化遗产虚拟漫游系统设计
unreal engine·交互设计·三维建模·虚拟漫游·文化遗产数字化
weixin_404679315 天前
虚幻5 如何打开关卡蓝图
ue5
郝学胜-神的一滴7 天前
中级OpenGL教程 030:gl_FragCoord解锁区域渲染与深度可视化新姿势
c++·unity·游戏引擎·图形渲染·unreal engine·opengl