Hi,
I'm attempting to move the parent of a uitable while it's performing a Center on child. For some reason the tween within the Center on child stops if the objects parent is moved or tweened.
Is this a normal behavior? Is there a workaround for this?
Edit 1: Here is what I noticed:
The Spring Panel's Target XYZ usually matches the x,y,z position of the UIPanel. But if I move the parent of the panel doing the Center on child, the UIPanels X position (the one being tween by the Center on child) changes to a different value. It basically un-syncs with the Spring Panel if it's moved and the Center on child simply stop centering the panel.