I've got a horizontal draggable panel that has 5 visible slots, and 10 items from a UIGrid in it.
If I put the UICenterOnChild script on it, and drag all the way to the right, it will center on the first item. In this case, it SHOULD be centering on the 3rd item.
Similarly, if i drag all the way to the left, it centers on the last item. it SHOULD be centering on the 3rd from the last item.
What changes would I need to make to make sure that UICenterOnChild respects the draggable range properly at the extents? If you need an illustration of what I'm talking about, I can take screenshots.