Ejemplo n.º 1
0
 public WWWLoader(string url)
 {
     m_Url    = url;
     m_WWW    = new WWW(ConvertExt.UriEncode(url));
     m_Wait   = new WaitUntil(() => IsDone);
     m_WaitIe = DoWait();
     CoroutineManager.Start(m_WaitIe);
 }