Hi, i tried to load the facebook profile picture into UITexture using www, all works fine in other device, except on samsung galaxy tab 3, when i set the mainTexture, the game crash after this code :
texture.mainTexture = webImg.texture;
here is the log in logcat :
Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 10494 (UnityMain)
i'm using NGUI 2.6.3 and Unity 4.2, can anyone help me with this problem? thanks