File missing after package

I made a directory name ‘Texture’ to hold some textures used in my project. When I package my project, some texture files are always missing.

As the screen shot shown as below, my project lost “PS4” and “XBox” Icon after packaged. What’s happening in my project? Plz help me.

More missing files and folders

Could anybody help me? T-T

I just came across this issue as well. I had a folder called XboxOne because it contained xbox one gamepad icons, and the packaged build refused to copy those assets over. I renamed the folder (to Gamepad), and the packaged build accepted the assets on the next build.

The engine doesn’t seem to package folders that might be for other platforms. Rename these folders to anything other than console names.

Thank you so much, i have been looking for this answer for ages…