-
Notifications
You must be signed in to change notification settings - Fork 296
Description
Im getting an error when trying to signin with Google using the google-signin-unity plugin. its showing like this in the logcat errors:
E Unity : Unable to find native-googlesignin 08-30 12:21:52.746 29663 29706 E Unity : DllNotFoundException: Unable to load DLL 'native-googlesignin': The specified module could not be found. 08-30 12:21:52.746 29663 29706 E Unity : at Google.Impl.GoogleSignInImpl.GoogleSignIn_Create (System.IntPtr data) [0x00000] in <00000000000000000000000000000000>:0 08-30 12:21:52.746 29663 29706 E Unity : at Google.Impl.GoogleSignInImpl..ctor (Google.GoogleSignInConfiguration configuration) [0x00000] in <00000000000000000000000000000000>:0 08-30 12:21:52.746 29663 29706 E Unity : at Google.GoogleSignIn.get_DefaultInstance () [0x00000] in <00000000000000000000000000000000>:0 08-30 12:21:52.746 29663 29706 E Unity : at SplashScene.SignInWithGoogle () [0x00000] in <00000000000000000000000000000000>:0 08-30 12:21:52.746 29663 29706 E Unity : at UnityEngine.Events.UnityEvent.Invoke () [0x00000] in <00000000000000000000000000000000>:0 08-30 12:21:52.746 29663 29706 E Unity : at UnityEngine.EventSystems.StandaloneInputModule.ProcessTouchPress (UnityEngine.EventSystems.PointerEventData pointerEvent, System.Boolean pressed, System.Boolean released) [0x00000] in <00000000000000000000000000000000>:0 08-30 12:21:52.746 29663 29706 E Unity : at UnityEngine.EventSystems.StandaloneInputModule.ProcessTouchEvents () [0x00000] in <00000000000000000000000000000000>:0 08-30 12:21:52.746 29663 29706 E Unity : at UnityEngine.
Can someone please help me in fixing this issue. We are having trouble in releasing our project due to this issue