Hi, I am making a game where I would like to have some of the .png and .ogg files to not be imported, and when exporting to android iOS and html5, the original files will be exported along.
Some images and sounds are part of the layout of the game and I can use them imported.
Some images and sounds are part of the content of the game and I would like to use the original files.
How could I achieve this?