I want to take an image lets say a protrait image and te cut it into grid pieces of rows nd columns and the apply each piece to a cube or a quad How do do this … Is there an algorithm in .NEt or is this possible using unity components?
You can create many texture from the image dynamically. Create many textures and copy desired pixels.