Mysterious file prevents me from bundling my game (SOLVED)


this file is no longer in this project,
no object in the game requires this image,
the objects folder as a whole no longer exists
this has been the case for over a year of dev

how do I fix this?

It’s possible you have an unused atlas or tilemap that still requires that image. Bundling seems to check every file in your project, even if it’s not used. If you select File -> Search in Files... and type the name of the image, it should show where it’s being used.

5 Likes

that found it, thank you