Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Resolved Convert Texture (not Readable) to Texture2D and make it Readable

Discussion in 'General Graphics' started by jeppe79, Sep 6, 2020.

  1. jeppe79

    jeppe79

    Joined:
    Sep 17, 2019
    Posts:
    74
  2. aleksandrk

    aleksandrk

    Unity Technologies

    Joined:
    Jul 3, 2017
    Posts:
    2,983
    Hi!

    A texture that is not readable doesn't have a CPU-visible copy of data. The only way to get it is to read the data back from the GPU.
     
  3. jeppe79

    jeppe79

    Joined:
    Sep 17, 2019
    Posts:
    74
    Thanks for the reply!
    So I take it, what I am asking is not possible without doing it like in the link?
     
  4. aleksandrk

    aleksandrk

    Unity Technologies

    Joined:
    Jul 3, 2017
    Posts:
    2,983
    AlejMC and jeppe79 like this.
  5. jeppe79

    jeppe79

    Joined:
    Sep 17, 2019
    Posts:
    74