Search Unity

[Forge] joining host on an Android device?

Discussion in 'Multiplayer' started by speedt4, Feb 5, 2016.

  1. speedt4

    speedt4

    Joined:
    Dec 10, 2012
    Posts:
    10
    Dear Forge and Unity developers,

    I am making a simple card game with multplayer, it is going good but the networking part is driving me crazy.

    I am using the free version of Forge networking, I have followed the tutorials on youtube and understand most of them.

    Then I coded some networking and it works! but from an pc, so when I build an .exe on pc, make unity player the host, then when I try to join from the .exe it works, I am joinging and I can communicate.

    But when I make an .apk file and run it on my Phone I can't connect to the Server/host which I am running in unity editor.

    Can someone help/explain why this is happening and how I can solve it?

    with kind regards,

    Speedt4
     
    Last edited: Feb 5, 2016
    robymv likes this.
  2. Eugene-Starling

    Eugene-Starling

    Joined:
    Mar 23, 2013
    Posts:
    14
    Which forge version are you using right now? I have the same problems with android right now, but from what I've read in their main thread it was a bug and should be fixed in the newest version. Gonna try it out later this evening.
    As for posts in the official thread:

    Page 37 and the on page 38 they announced version 19.1.
    http://forum.unity3d.com/threads/forge-networking-superpowered-fully-cross-platform.286900/page-37

    Hope this helps you and me both)
     
    robymv likes this.
  3. robymv

    robymv

    Joined:
    Oct 28, 2013
    Posts:
    74
    Hello everyone, I also have the same problem, you have solved?