In my project everything works fine in the editor player,
but when I launch or use a packaged version my enemies are broken.
(things like, wrong static meshes, wrong materials, wrong AI controller,…)
I think that the main problem is that my variables of my enemy classes get overridden by the default values of the base class.
Can anyone help?