Hi,
I came across a very strange problem. I add a panel through Editor, with name "DisplayPanel". Then I tried to get a pointer to this game object by GameObject.Find("DisplayPanel"). However, I only got a null pointer. The same thing happens to another panel. It is weird that the third panel, which I instantiated by a prefab, could be retrieved in this way. Any idea about that?
Thanks,
Alan