I am working on the UI of my Shooter game . I am creating an ammo counter that displays as many images of ammos as there are ammos in my gun . I am using a loop to fill the horizontal box with images as children . The children starts filling from left to right . I want to reverse it from right to left keeping the right end fixed to a certain point . Does anyone know how can I reverse it ? Any hep will be greatly appreciated .
You could flip the horizontal box 180 degrees and then flip the images back when you add them if needed.
I tried that but it doesn’t work for all anchor points . It only works when the anchor is set to fill (last option) . Anyway Thanks .