I've followed the Read Me for installing/reinstalling ( Create a new scene, delete the NGUI folder, reinstall from store) I don't know what else to do.
Halp?
extra info: OS X 10.9.2, Unity v4.3.4f1
Could tell me if my code is the problem or if I'm having NGUI installation issues?
I started a new project, with a new scene and installed NGUI according to the youtube guide.
My code is:
void MainLabel()
{
UILabel topText = GetComponent<UILabel> ();
topText.text = "Test";
}
and the error it throws is:
NullReferenceException: Object reference not set to an instance of an object
spawnMultiObject.MainLabel () (at Assets/scripts/spawnMultiObject.cs:194)
I've been banging my head against the wall for 2 days now.
Also, this is the paid version of NGUI.