Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

MipMaps don't generate for render textures.

Discussion in '2019.3 Beta' started by Lynxed, Jan 21, 2020.

  1. Lynxed

    Lynxed

    Joined:
    Dec 9, 2012
    Posts:
    121
    Version 2019.3.05f.

    I'm having trouble generating mips for rendertextures. I've tried manual generation via RenderTexture.GenerateMips(), but no result. Clicking "auto generate" toggle leads to mip slider flashing and disappearing again.

    upload_2020-1-21_14-34-59.png

    What am i doing wrong?
     
  2. slime73

    slime73

    Joined:
    May 14, 2017
    Posts:
    107
    I don't think GPUs support mipmaps on a multisampled texture.
     
    DanjelRicci, Scott-Steffes and Lynxed like this.
  3. Lynxed

    Lynxed

    Joined:
    Dec 9, 2012
    Posts:
    121
    Thank you! Never thought they don't.