How do I make online two player game with the fairly new multiplayer plugin?
I know ashley made a few tutorials on how to make a multiplayer game.
but I simple want it to be two players and two players only
I want to use a player and dummy player object method, instead of the two player objects method
as this seems to be a simpler
Edited:
I have managed to get the peer to receive data occasionally but when I do the host doesn't receive anything.
I think this has to do with onclientupdate and isreadyforinput they only detect if the peer is ready and not the host.
I need a way of checking if a certain network ID(not just clients) is ready for input or ready to send a message so the host can receive from the peer also?
YES I KNOW THIS IS NOT THE BEST WAY TO DO IT ITS JUST THE EASIEST
as I am still a beginner
If someone could look at my project and tell me how to fix it that would be great
and I would be very thankful
project:Here