Navigation

    Colyseus
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Users
    1. Home
    2. Berkays
    Berkays

    Berkays

    @Berkays

    Chat Follow Unfollow
    2
    Reputation
    1
    Posts
    660
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    • Profile
    • More
      • Continue chat with Berkays
      • Flag Profile
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    Berkays Follow

    Posts made by Berkays

    Use of Client.Recv function in Unity3D

    The unity client works perfectly if i put the code snippet below just after the yield return StartCoroutine(client.Connect());

    while (true)
    {
        client.Recv();
        yield return 0;
    }
    

    If i don't use this code, then the client doesn't even connect to the server let alone creating a room.

    posted in Questions & Help •