Hey,
Today I have encountered a serious issue with Unity and the WWW class (using 5.1.2p3)
In case there's no network connectivity, the following code hangs:
This occurs on iOS only AFAIK.
Here's a post on my blog with a simple workaround (until there's a fix in the next patch release): www.tallior.com/workaround-for-www-yield-bug/
Today I have encountered a serious issue with Unity and the WWW class (using 5.1.2p3)
In case there's no network connectivity, the following code hangs:
Code (CSharp):
- yield return www; // hangs !!!
Here's a post on my blog with a simple workaround (until there's a fix in the next patch release): www.tallior.com/workaround-for-www-yield-bug/