IEnumerator Start ()
{
yield return StartCoroutine(Initialize() );
EasyPatcher patcher = GameObject.Find ("EasyPatcherPrefab").GetComponent ();
EasyPatcher.SetRepogitory("http://xxx.xxx.xxx:x0x0/mesh/patchdata/");
yield return patcher.StartCoroutine (patcher.startPatch ());
}
이런식으로 추가해줬는ㄷ..
아래 에러가...ㅠ
java.net.MalformedURLException:Protocol not found:Android
IEnumerator Start ()
{
yield return StartCoroutine(Initialize() );
EasyPatcher patcher = GameObject.Find ("EasyPatcherPrefab").GetComponent ();
EasyPatcher.SetRepogitory("http://xxx.xxx.xxx:x0x0/mesh/patchdata/");
yield return patcher.StartCoroutine (patcher.startPatch ());
}
이런식으로 추가해줬는ㄷ..
아래 에러가...ㅠ
java.net.MalformedURLException:Protocol not found:Android