ez gui panel transition

my ezgui panel transition does not start automatically when i press play

Do you have call the BringIn() function in your Start function ?

void Start()
{
    m_myPanel.BringIn();
}