Hi,
I am using unity 4.3.0, building an android project.
I am pulling data down from parse.com and initialising a couple of labels throughout the project with the data. I am however getting this error when i try UILabel.text = string
"CompareBaseObjectsInternal can only be called from the main thread.
Constructors and field initializers will be executed from the loading thread when loading a scene.
Don't use this function in the constructor or field initializers, instead move initialization code to the Awake or Start function."
However...this is working absolutely perfectly on the WebPlayer version of my project?
Any help would be massively appreciated.