Whats up with the ugly texture compression in the latest unity (4.5.3f3) ?

I noticed that every texture I import in unity, they are compressed, but with the latest version, the textures look like theyre from a 90’s first 3d game.

How can I change this, so that unity loads all textures in as truecolor?

I uploaded a picture showing how ugly the compression is.

1741368--110047--uglyyyyyy453.JPG

and I noticed that soft shadows are also not working.

so basically the latest version is visually buggy?

“Works for me”… that is, more details needed, preferably in a bug report form. That way we’ll know which OS, which platform setting, etc. etc.

It’s likely that you just need to change the import settings for the textures (check the platform overrides).

–Eric

Found a solution to this thanks to a member on this forum. The issue was that I had OpenGL ES 2.0 graphics emulation enabled (disabling this fixed shadows!).