Search Unity

Question Making 2d i.e. Texture LOD

Discussion in 'General Graphics' started by Eyellen, Nov 10, 2022.

  1. Eyellen

    Eyellen

    Joined:
    Aug 9, 2021
    Posts:
    28
    I have seen 2d LODs or texture LOD in other games, for example on trees. If you go too far away from tree or grass it turns to 2d LOD or Texture LOD, idk how to say it correctly. So I can make like plane with texture and this will be my LOD but it will not look at me. So how do I need to make it in proper way ?
     
  2. joshuacwilde

    joshuacwilde

    Joined:
    Feb 4, 2018
    Posts:
    727
    What you are looking for is "camera facing billboards". There are shaders you can find online for Unity to do this.
     
    Eyellen likes this.
  3. Eyellen

    Eyellen

    Joined:
    Aug 9, 2021
    Posts:
    28
    Oh thanks!