HUD missing in package

It’s normally always a problem of referencing the assets, if you add hard references directly it should work but if you use just a simple string the cooker won’t now what to add to your game. There are several ways to get them working but first check how are you referencing those assets that seamed to fail.

Check the documentation about what are the possible ways to reference an asset and how to load it in an async manner in case you need it.