启动 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配置删掉
最后构建解决方案