As you can see a lot of detail is missing. Is this a blend issue? This is the same result in the editor as well.
While I’m on this, I should say I had to put this texture into the normal map as I couldn’t get multiple textures going. I understand you need to name them correctly, but how exactly do you specify which texture to use?
Please post the shader and renderpath; color resolution shouldn’t be an issue if the shader is working correctly.
To assign textures into texture units in the renderpath, you can either use unit numbers directly or the following strings, which start from unit 0 (ie. unit=“0” would be same as unit=“diffuse”):
Here’s the shader. You’ll notice i’m trying to do a distance check from some threshold and apply the other texture then, but at the end I’m just sampling from the texture to make sure it’s working.