Hi all,
I’m making a mobile game. When i update the Unity3D from 3.5.6 to Unity3D 4.3.4. I met the problem.
Some of my textures are Repeat Wrap Mode. It’s OK on Unity3D 3.5.6. But now it is not ok!
“Graphics device doesn’t support Repeat wrap mode on NPOT textures.Falling back to Clamp.”
The reason it’s not working is because the dimensions are Non Power Of Two. You can either do what giulio.pierucci said, and make it a power of two, or you can go to the import settings, select Texture Type - Advanced and Non Power of Two - To Nearest. That’s what I did, and it worked for me.