- Home /
 
               Question by 
               siddharth3322 · Sep 22, 2014 at 08:59 AM · 
                multiplayerrealtime  
              
 
              Can't create room using play-games-plugin
I am developing multiplayer game using play-games-plugin-for-unity. At present I can able to login with Google Play Services but when I am trying to create room it shows following message on console.

I have used following code for room creating purpose.
             const int MinOpponents = 1, MaxOpponents = 1;
             const int GameVariant = 0;
             PlayGamesPlatform.Instance.RealTime.CreateQuickGame(MinOpponents, MaxOpponents,
                         GameVariant, this);
I can't able to create game on server. I need some help in this.
 
                 
                realtimeconnectionfailure.png 
                (22.2 kB) 
               
 
              
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
Google Realtime-Multiplayer network delay 1 Answer
A node in a childnode? 1 Answer
Unity MultiPlayer Game Implementation Requirements. 3 Answers
Error in the script 0 Answers
Any Good Multiplayer Tutorials? 2 Answers
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                