Skip to content

이런 에러가 나오네요.. 연결이 안되는것 같은데... #2

Description

@LeeJaeYoun

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions