Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 600 Bytes

MaxTextureSize.md

File metadata and controls

8 lines (5 loc) · 600 Bytes

Texture Max Size in Unity

Something to double check for textures in Unity is the Max Size value, which if incorrectly set can result in textures getting downscaled and loosing detail.

Select the texture image in Unity and in the inspector check the Max size value, it seems to default to 2048, which is often lower then some textures.
This will never upscale your texture, only downscale them. If you have 4k textures, but set it to 8k, your model will still have 4k textures.

image