Search Unity

NPOT texture problem

Discussion in 'iOS and tvOS' started by cherub, Nov 14, 2014.

  1. cherub

    cherub

    Joined:
    Apr 26, 2006
    Posts:
    493
    I am making a small paint program and am using read pixels to do a screenshot to bake the image.
    The problem I am running into on iOS is that the NPOT texture wont display.

    I am thinking of using a POT but seems like a waste of memory because the top and bottom pixels wont be used.

    I would rather use a screenshot that is the device aspect ratio. but that wont be POT.

    is this doable?