How do i cut the image into squares and display them on a cube

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 .alt textNEt or is this possible using unity components?

You can create many texture from the image dynamically. Create many textures and copy desired pixels.