Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to latest version tons of errors #2798

Closed
deathsaber92 opened this issue Dec 2, 2019 · 1 comment
Closed

Updated to latest version tons of errors #2798

deathsaber92 opened this issue Dec 2, 2019 · 1 comment
Labels

Comments

@deathsaber92
Copy link

Hey after updating to Release v10.06, I have a lot of errors in console in unity 2019.3.0f1:

  • Assets\GooglePlayGames\Platforms\Native\Platforms\Android\AndroidClient.cs(44,54): error CS0117: 'AndroidTokenClient' does not contain a definition for 'GetActivity'

  • Assets\GooglePlayGames\Platforms\Native\Platforms\Android\AndroidClient.cs(71,72): error CS0117: 'AndroidTokenClient' does not contain a definition for 'CreateInvisibleView'

  • Assets\GooglePlayGames\Platforms\Native\Platforms\Android\AndroidClient.cs(102,69): error CS0117: 'AndroidTokenClient' does not contain a definition for 'GetActivity'

  • Assets\GooglePlayGames\Platforms\Native\Platforms\Android\AndroidClient.cs(150,35): error CS1061: 'PlayerStats' does not contain a definition for 'AvgSessonLength' and no accessible extension method 'AvgSessonLength' accepting a first argument of type 'PlayerStats' could be found (are you missing a using directive or an assembly reference?)

  • Assets\GooglePlayGames\Platforms\Native\Platforms\Android\AndroidClient.cs(151,33): error CS0200: Property or indexer 'PlayerStats.DaysSinceLastPlayed' cannot be assigned to -- it is read only

and the list keeps going to 28 errors....

What is the cause of this? Is the plugin or something i did wrong? I used it before with no problems, I decided to update it because suddenly Socual.localUser.Authenticate was not showing any callback at all..... not a fail, not a success, just freezing there...

@olehkuznetsov
Copy link
Contributor

You need to delete GooglePlayGames folder if you update from version 9 to version 10. Or to do force resolve and agree to remove all unused files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants