I have a series of folders in my project where I store reference and other type of work that I would like to be excluded from the build process.
I’ve added the folders to the bundle exclude portion but when I try to build HTML5 I’m getting an error for an unsupported file type from one of those folders.
The files in those folders might get processed by the build process of the editor/bob but they will not get included in the bundle unless referenced in your game or included in either Custom or Bundle Resources.
Argh, I should read the post properly and look at the images before I start rambling. The problem you have is with some .jpg file in a folder in your project. I see. Yeah, kinda annoying that the files get processed.
I think maybe if you change folder name to something that begins with a dot, then bob/editor will ignore the content.