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
- OnWillSaveAssets receives an empty paths array when saving a new Scene
- UV Node's Label is cut off when Preview is collapsed
- Dragging Search Query Block can remove its color
- Crash on GetReflectionSample when using Shadergraph with Dither and Alpha Clip
- [Android] The Player freezes when an external display monitor is disconnected
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