the billboard compnent is not showing up in a packaged game

So I placed a billboard component on an actor (the 2D sprite that always faces your camera), and it appears in both in-editor and standalone play modes (I turn off hidden in-game), but once I package my game, it doesn’t appear anymore.

Why is that?

Show the code that displays it.

1 Like

I sovled it, I was using the unreal default billboard with the picture of the raptor, apparantly that doesn’t get packaged.
So I threw in a random png image online and it works now.