i have 2 panel in my root,
in the first panel, there is a button
and one i click it, it will call the function to active the panel2 by
GameObject teammeun = GameObject.Find(“team creation meun”);
NGUITools.SetActive(teammeun ,true);
while null reference exception occur,
I use Debug.Log to print the teammeun, it also give me null
Any idea?
Thank you