Build error: Conflicting output resource (SOLVED)

Hi,
I’m trying to bundle my game to Windows to test it, but when I try to do it then i will recieve this error:
image
image
image
It occurred to me that it was because there is nothing in the picture, because I generate islands using Perlin noise, but before that it worked normally with that as well. Does anyone know what’s going on?

Do you perhaps have both an atlas and a tileset names “1”? It looks like two resources with the same name (an atlas and a tileset) generating the same and conflicting output file.

1 Like

Yes it was by it, thank you very much @britzl.