1
NGUI 3 Support / Re: UILabels don't update during WWW call
« on: September 27, 2013, 02:07:04 PM »
Sorry- I did have the text assignment how you said. I was quickly mashing together some copy + pastes and that got screwed up.
After I import the file, I can update the label just fine in the same coroutine (separated by WaitForEndOfFrame's). In the while loop I can get the progress bar to update, but only when trying to update the text field with it Unity freezes until the import is completed.
After I import the file, I can update the label just fine in the same coroutine (separated by WaitForEndOfFrame's). In the while loop I can get the progress bar to update, but only when trying to update the text field with it Unity freezes until the import is completed.
