|
Hello all, I am loading a texture from the iphone disk but I am always getting a question mark or black texture. On the editor works perfect. Here is my code:
What am I doing wrong? The texture is a png and in RGB24 and everything just looks fine!!
(comments are locked)
|
|
You need to wait for the download to complete -- even though the file is on your local disk, there is still time involved to access the file system and load the texture, and the WWW class goes through its normal asynchronous operations. You should run the code fragment above in a coroutine, and "yield www;" to wait for it to finish. See the docs for more info. Thanks now it is working! I read in some forum thread that if the www file you are downloading was from a local path we do not need to yield, but we need it!! thanks :)
Apr 15 '11 at 07:06 AM
barbur
Glad it worked. Please mark this as the correct answer, thanks!
Apr 15 '11 at 03:19 PM
yoyo
I know this is very old, but I'm already using the yield command, and it still return me a black texture (only on iOS; on Mac editor it's working fine)...
Mar 08 at 02:35 PM
DanjelRicci
(comments are locked)
|
