Search Unity

Discussion Why does texture resolution affect performance?

Discussion in 'General Graphics' started by zacharyhunterlund, Dec 5, 2022.

  1. zacharyhunterlund

    zacharyhunterlund

    Joined:
    Mar 7, 2021
    Posts:
    54
    Hello, Unity developers,

    I have been wondering why it is that higher-resolution textures lead to slower performance. After all, sampling colors from an image texture is as simple as choosing coordinates and extracting the color from the image at those coordinates. From what I've heard, it might have something to do with the RAM or GPU. Can someone help answer this question, so that others can use this discussion for insight as well?
     
  2. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,735