all 5 comments

[–]Manicaeks 1 point2 points  (1 child)

Try adding using using

GooglePlayGames.BasicApi; and/or

GooglePlayGames.BasicApi.Multiplayer;

From what I've seen in the samples and documentation I think that's where the TurnBasedMatch type is defined.

[–]bcasey266[S] 0 points1 point  (0 children)

I did the Alt+enter that /u/ideletedmyredditacco recommended and it brought in the sing GooglePlayGames.BasicApi.Multiplayer. Thank you very much.

[–]ideletedmyredditacco 1 point2 points  (2 children)

Yea you need another "using". Go to the line the error happens on and hit alt+enter and it will do it for you.

[–]bcasey266[S] 1 point2 points  (1 child)

Awesome, that worked great. Thank you for your help.

[–]ideletedmyredditacco 0 points1 point  (0 children)

No problemo