Search code examples
unity-game-engineblender

Blender Models appear discolored in Unity


When I import my Model from Blender to Unity the model appears discolored. For example the torso of the character model is red in Blender in Unity however it appears to be orange. Here how the Model looks in Blender

And here how it looks imported to Unity

I tried importing the Model with and without the texture packed into the FBX file, importing the texture file seperatly. However nothing seemed to work.


Solution

  • I found a solution. By scaling the texture up by 8 times (8x8 --> 64x64 px) and not using infinitly small UV points it works.