LogCook: Error: Content is missing from cook. Source package referenced an object in target package but the target package was marked NeverCook or is not cookable for the target platform.

Few weeks ago I upgraded project to 5.4 from 5.1. When I tried to package for android it spams LogCook error below. In my case I am using Bridge and Interchange plugins.
I tried adding plugins to additional cook folder (which worked on previous version)made no difference.
“Validate Assets and Dependencies" also didn’t help.

LogCook: Error: Content is missing from cook. Source package referenced an object in target package but the target package was marked NeverCook or is not cookable for the target platform.
Source package: /Game/MSPresets/M_MS_Glass_Material/M_MS_Glass_Material
Target package: /Bridge/MSPresets/M_MS_Glass_Material/Functions/MF_TranslucencyEmission

Hi there @loneN0mad

Are any of the assets from a plugin that is not up to date for 5.4, by chance? (Also verify the assets shown are actually in the folder and didn’t get removed during the update)

1 Like

Solution for Bridge plugin:

essentially added android to the supported platform in .uplugin file. Unfortunately didn’t work on Interchange plugin so I removed assets dependent on it, manually.