[Forge] joining host on an Android device?

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

1 Like

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)

1 Like

Hello everyone, I also have the same problem, you have solved?