I'm creating a model that features many different texture sets and I have a problem with this particular set. Whenever I import it into Marmoset, the diffuse map looks way brighter than it actually is. All my channels are set correctly and the PNG looks completely fine, so what gives? I made a metal material on one texture…
Yes, make sure sRGB is checked. This should be enabled by default for the Albedo slot. However, if you did something like load the normal map into the normal slot, and then accidentally load the same normal map into the albedo, this slot can get set to linear space (sRGB off).
Hi! Is sRgb checked on the albedo texture in Toolbag (small cog wheel should reveal the checkbox)? I don't believe the message on texture export is connected to your issue. It pops up because the export template expects an opacity mask to be packed into the albedos' alpha channel, but there is none. Could create a…