首页 > 其他 > 详细

Unreal Engine Plugin management

时间:2015-05-23 12:43:50      阅读:230      评论:0      收藏:0      [点我收藏+]

Be aware to remove any dependencies to any modules related to Editor,

or else it will end up with failure of packaging.

#if WITH_EDITOR

#endif

is your good friend.

 

for developing purpose,  just copy plugins to developers‘ engine plugin folder for them to use.

when building in CI server,  copy the plugins‘ static libraries back to plugins folder for specific folder and kick off the build.

Unreal Engine Plugin management

原文:http://www.cnblogs.com/xiaotaoliang/p/4523966.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!