I have a simple problem that turns into a complicated process every time. There is a texture inside an engine project. It renders correctly and looks normal in the viewport. I want to export it into a standard image file that behaves like a normal jpg outside the engine.I right click the texture and see multiple options including export, export source, export processed, bulk export, migrate, duplicate, and advanced export settings. None of these clearly explain which one produces a clean image file without additional issues.After exporting I end up with files like: texture_d.uassettexture_d.sourcetexture_d.ddstexture_d_0texture_d_0_copytexture_d_processedtexture_d_finaltexture_d_final2texture_d_final2_realtexture_d_final2_real_usetexture_d_metadataSome of these open in image viewers but look different from what the engine shows. Colors appear darker or more saturated. Roughness and normal maps behave differently once imported into Blender. Sometimes the image looks correct until it is applied to a material and then the shading becomes incorrect.Inside the engine one material becomes multiple textures including: albedobasecolordiffusenormalormmaskpacked_mapgrayscale_maskWhen importing into Blender I reconnect nodes and run into problems. The object appears purple until textures are reassigned. Roughness values look wrong. Normal maps require channel flipping but results are inconsistent. Color space settings change the appearance again depending on whether sRGB is enabled.At this point I have multiple exported versions of the same texture in different formats and I am unsure which one represents the original data correctly.What is the actual standard workflow for exporting a texture from an engine into a clean jpg or similar image format that maintains correct color, normal data, and material behavior outside the engine.
Been fiddling with this for hours with no avail
>>1025649To get the same lookt you'll need to reimplement the same shader, basically
>>1025649The engine's lighting system and blenders are probably different. Things wont look the same between the two