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.
时间: 2024-10-27 04:35:13