So I added a splash screen in my game but it works only in the editor but after I package the project it doesn’t show up.
Btw I’m talking about this {not about the intro):
2 Likes
Hi ROBY769854
Make sure the spash screen BMP is being packaged with the project. Go into your project settings and add the directory which contains the splash screen to the “Additional Non-Asset Directories to Package” or it might be “Additional Asset Directories to Cook” (I can’t remember which one).
Hope this helps.
Alex
3 Likes
Thanks!!!
1 Like
Awesome, that finally worked for me in 5.1.1. Thanks!