Play-games-plugin-for-unity: why these two lines creating errors?

Created on 17 Sep 2020  路  4Comments  路  Source: playgameservices/play-games-plugin-for-unity

Hello everyone,
These two lines are creating 6 errors:

PlayGamesPlatform.InitializeInstance(config); PlayGamesPlatform.Activate();

And these are errors:
Invalid token '(' in class, struct, or interface member declaration
Tuple must contain at least two elements.
Invalid token ';' in class, struct, or interface member declaration
Invalid token '(' in class, struct, or interface member declaration
Tuple must contain at least two elements.
Invalid token ';' in class, struct, or interface member declaration

Please help.

question

All 4 comments

Is it possible that you accidentally modified PlayGamesPlatform? If not, then can you share your full script and full errors?

How do you create config here?

Is it possible that you accidentally modified PlayGamesPlatform? If not, then can you share your full script and full errors?

Actually problem is solved now. I was doing a mistake. Thanks for respons.

Glad to hear that your problem is solved. Closing this issue now.

Was this page helpful?
0 / 5 - 0 ratings