Hi,
We are trying to work with WWW class in Unity for fetch information from the server and accordingly display it on the server. Here is what we are trying to do:
- We have added a text file on the Server which will contain few images URL links and text data at a predefine URL.
- we are able to fetch this .txt file from the web server. and also parse it to read the image URL and text data.
- Now we want to load this image given at the specific URL and apply it to the GUITexture. But we are unable to get it working and the isDone is gong into a infinite loop(i.e. its not able to load the image at all )
if we try to load the image individually than its works fine but if we load the text tile first and then try to load it its never loading. Also we are able to load both the images in the unity Editor, but getting the problem on the device.