Hi there,
I am trying to bring multiplayer for 2 players to my Pong Clone on Android using the Network-Commands.
I don't want to use a master-server of any kind or the Google Play Games platform.
I think, the only ways to connect 2 players without too much effort for the players would be:
1. send a message with the hosts IP via the android sharing dialogue to the possible 2nd player
or
2. let the hosts IP appear in a EditBox to let him select and copy it to send it manually to the possible player 2 via whats app, sms, email, etc.
The problems: I can't find functions for default sharing or selecting and copying text in an EditBox
Also there seems to be no function to paste copied text into an EditBox.
Is there any way to achieve my goal or do I have to host a master server (which I won't because it's too much effort for such a small game)?
Thanks in advance
Daniel
Yes, I am aware that I sound like a caveman to native english speakers