- Home /
ez gui panel transition
my ezgui panel transition does not start automatically when i press play
Comment
Best Answer
Answer by liszto · Feb 27, 2013 at 10:59 PM
Do you have call the BringIn() function in your Start function ?
void Start()
{
m_myPanel.BringIn();
}
Hope this help you ;). If it's ok close the topic with a validation to help others with that kind of question.
Your answer
Follow this Question
Related Questions
Build & run to Android 2 Answers
ez gui change texture at runtime 1 Answer
Interface 3D 1 Answer
Orthographic objects follow in perspective 2 Answers
How can I make my scroll list scroll 1 item per button click? 1 Answer