I noticed that Unity includes reworked textures (from metadata) into my exported packages.
Except when i use DDS textures, but DDS textures have a problem with displaying correctly when i use linear color space.
I also know that i can set the resolution of the textures very low to keep the metadata filesize low and thus keep the size of the exported package low, but i rather don’t want to put my 2048px texturepack on the asset store with 256px texturesettings to keep the filesize of the exported pack low, cause then everybody that buys my asset needs to set the texturesize back to 2048px before they can use it as intended.
is there a way to export the package with only the settings, and no included re-rendered double texture (metadata) ?
cause if i have 1 PSD texture and the filezise is 1,5mb and my settings are 2048px for that texture in Unity compressed as DXT1, then Unity keeps my 1,5mb file + a 2,7mb re-render as metadata and includes this in my package, this makes my package file huge and the guys from the store just refuse to put my pack on the store because of the filesize, it happened once so i want to keep it small this time but still convenient for users, just the PSD files and settings, no more.
Anyone knows how to accomplish this ?