正在开发一个测试项目,没有使用C++,纯蓝图编写,使用了iTween插件,编辑器内运行没有问题,编译发布为可执行程序也能正常编译完成,但是运行可执行程序就会提示某某插件没有找到的提示(Plugin ‘iTween’ failed to load because module ‘iTween’ could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project.).
而插件也确认在项目的Plugin目录下,为什么就提示找不到呢,经过搜寻才找到解决办法,即创建一个C++类,不用给这个类写任何代码,再次编译即可解决这个问题.
继续阅读