MoodyMuffin
MoodyMuffin
> When calling PlayGamesPlatform.Instance.LoadScores > > I am getting this error: > AndroidJavaException: java.lang.NoSuchMethodError: no non-static method with name='getStatusCode' signature='()I' in class Ljava.lang.Object; > > I'm using 0.10.12 GPS unity...
I made a quick temporary fix, not beautiful, but it worked for me. Here is the idea: In my case error happens inside AndroidSavedGameClient.cs in method 'AddOnFailureListenerWithSignOut' We add 'AddOnFailureListener'...
> Hey @MoodyMuffin , > > Thanks for the heads up on a way to fix this issue. I have used the code that you have provided, but I don't...