Search Unity

Pixel from image

Discussion in 'Getting Started' started by littlewombat, Oct 6, 2015.

  1. littlewombat

    littlewombat

    Joined:
    Feb 11, 2015
    Posts:
    13
    Hello, how can i get one pixel (x,y) from image and use it in other image?
     
  2. jhocking

    jhocking

    Joined:
    Nov 21, 2009
    Posts:
    814
    Could you be more specific about your use case? Getting a pixel from an image is mostly about Texture2D.GetPixel() but I have no idea what "use it in other image" means.
     
  3. littlewombat

    littlewombat

    Joined:
    Feb 11, 2015
    Posts:
    13