↧
Answer by hav_ngs_ru
maybe you have conflict with [Text][1] or smth like this? Try to avoid using name Text (use MyText or smth else). [1]: http://docs.unity3d.com/ScriptReference/UI.Text.html
View ArticleAnswer by NathanHold
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
View ArticleAnswer by hav_ngs_ru
maybe you have conflict with [Text][1] or smth like this? Try to avoid using name Text (use MyText or smth else). [1]: http://docs.unity3d.com/ScriptReference/UI.Text.html
View ArticleAnswer by NathanHold
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
View Article