text.text = obj.Get("Name");
[Is not thread safe.][1] You must put it outside of the asynchronous call.
[1]: http://answers.unity3d.com/questions/7524/is-the-unity-api-threadsafe.html
↧