Search Issue Tracker
Fixed in 5.5.0
Votes
6
Found in
5.5.0b7
Issue ID
840999
Regression
Yes
Google Play Games Services plugin throws compiler errors on 5.5.0b7, 5.5.0b8 and 5.5.0b9 versions
Steps to reproduce:
1. Open the project
2. Notice that Google Play Games services throws compiler errors in console
Expected: freshly imported Google Play Games Services works without issues
Actual: two compile errors occur:
Assets/GooglePlayGames/ISocialPlatform/PlayGamesLocalUser.cs(27,18): error CS0535: `GooglePlayGames.PlayGamesLocalUser' does not implement interface member `UnityEngine.SocialPlatforms.ILocalUser.Authenticate(System.Action<bool,string>)'
Assets/GooglePlayGames/ISocialPlatform/PlayGamesPlatform.cs(41,18): error CS0535: `GooglePlayGames.PlayGamesPlatform' does not implement interface member `UnityEngine.SocialPlatforms.ISocialPlatform.Authenticate(UnityEngine.SocialPlatforms.ILocalUser, System.Action<bool,string>)'
Reproduced on: 5.5.0b7, 5.5.0b8, 5.5.0b9
Not reproduced on: 5.3.6p7, 5.4.2f1, 5.5.0b5, 5.5.0b6
Comments (5)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
grinry
Nov 07, 2016 11:52
This is google play issue (not up to date with unity beta).
Reference: https://github.com/playgameservices/play-games-plugin-for-unity/issues/1432