Build bFasterWithoutUnity=true makes the build much slower

Hi in the build files bFasterWithoutUnity is set to true, this is helpful when you are developing the plugin but when you compile day to day this just makes it much slower.

bFasterWithoutUnity = false the whole build is much faster in my experience.

The plugin shouldn’t need to be recompiled all the time, unless the plugins source files are being edited.