Hello! I’m trying to do something a bit particular and I could use your expertise. Basically, I’m creating a kind of movie collection app. When someone watches a movie, they enter the title, a rating, a comment, and also an image. However, I need this image to be of size 657 x 259. So, in the gif below, you can see that once the image is imported, it can be moved within the frame to position it as desired.
But while I can import the image (which becomes a Texture 2D), I have absolutely no idea how to crop this image to fit the right format. And this should be done before saving this newly cropped image to the hard drive for storage.
I’d appreciate any ideas that come to your mind and thank you so much in advance for your help!