Hi All,
I am trying to add turn based multiplayer to my game (android). I am using the official plugin:
https://github.com/playgameservices/play-games-plugin-for-unity
I have followed all instructions on "play-games-plugin-for-unity" but I'm not able to send notifications to the other players I invite.
That's a part of my code:
Play services notification issues
I am trying to add turn based multiplayer to my game (android). I am using the official plugin:
https://github.com/playgameservices/play-games-plugin-for-unity
I have followed all instructions on "play-games-plugin-for-unity" but I'm not able to send notifications to the other players I invite.
That's a part of my code:
Code (CSharp):
- PlayGamesClientConfiguration config = new PlayGamesClientConfiguration.Builder()
- //.EnableSavedGames()...