Hi everyone,
I'm working on a 2 player game and thought it would be interesting to try out the multiplayer plugin. However, for some reason I cannot get the peer to send my client input state for the inputs to the host.
Here's the project I'm working on: download
I use an input value tag of 1 byte and set/read the bits on the peer and host respectively, but the host never seems to receive it. For now, I'm using a text object to show the value of the byte as a number on both the peer and the host; the value on the peer's screen changes when it's trying to move, but not on the host's.
I've followed the multiplayer tutorials several times to spot what I'm doing wrong, modified things here and there that I noticed the tutorials did differently, but it's still not working correctly. It might be something simple I overlooked, I hope one of you can find it.
Thank you in advance!