0
点赞
收藏
分享

微信扫一扫

JVM(2)

瑾谋 2024-04-24 阅读 15

启动 UE4编辑器报 加载 Plugin 失败,报如下错误:
Plugin ‘SteamVR’ failer to load because module ‘SteamVR’ could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project.
在这里插入图片描述

解决办法:

方法一:

在 UE4 安装目录/Engin/Plugins 中找到该插件的目录,修改 SteamVR.uplugin 文件,将下述红框中的 true 改为 false,最后构建解决方案
在这里插入图片描述

方法二(推荐):

修改UE工程目录下的 xxx.uproject 文件
将Plugins下的加载失败的 plugin配置删掉
最后构建解决方案
在这里插入图片描述

举报

相关推荐

0 条评论