I did it like this:
NGUITools.SetActive(GameObject.Find("GameTitle"), false);
but when I want to show it, I don't know how to do, because GameObject.Find("GameTitle") returns null
I wrote scripts:
public GameObject GameTitle;
But I can't drag my sprite to GameTitle.
anybody knows about it? Thanks!