We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.
Found the problem : it was me.
I did not initiate my HUD class with a simple HUD but a visual logger displayed only in debug mode.
So, of course it did not appear in standalone or in packaged game.
Don’t use VIsualLoggerHUD boys, not good for the player.
Remade an HUD with an HUD classe and everything was fine.