Hello, how can i get one pixel (x,y) from image and use it in other image?
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.
I wrote about it here: