Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug Google Play Games Auth with Authentication(beta)

Discussion in 'Authentication' started by ivan-bondaruk, Jun 9, 2022.

  1. ivan-bondaruk

    ivan-bondaruk

    Joined:
    Apr 6, 2022
    Posts:
    1
    Hello! I had some problem... Only Google Play Games Auth is OK, but
    Code (CSharp):
    1. await AuthenticationService.Instance.SignInWithGooglePlayGamesAsync(authCode);
    show me "error CS1061: 'IAuthenticationService' does not contain a definition for 'SignInWithGooglePlayGamesAsync' and no accessible extension method 'SignInWithGooglePlayGamesAsync' accepting a first argument of type 'IAuthenticationService' could be found (are you missing a using directive or an assembly reference?)". How to fix it?
     
  2. daisyd_unity

    daisyd_unity

    Unity Technologies

    Joined:
    May 19, 2021
    Posts:
    7
    Hey Ivan,
    Thanks for reaching out!
    Which Auth SDK version are you currently using? Which Google Play Games version are you currently using?
    We have a new version 2.1.0 about to release next week but our documentation has already been updated for the 2.1.0 version.
    You will have to update to the 2.1.0 as soon as it is available. I will keep you posted as soon as it is released. Sorry about the inconvenience.

    Best,
    Daisy
     
    mByteGames likes this.