I'm now able to recent on startup by doing this in the UICenterOnChild
but how can I access to a specified index panel? suppose I want the last level (we suppose number 5) to be centered, how can I access to the 5th panel?
void Update()
{
Recenter();
}