598 questions
Score of -2
0 answers
107 views
Using Facebook in Unity for both Marketing API and Facebook Login/social features
I'm working on a Unity game that already integrates with the Meta Marketing APIs for Facebook Marketing and Ads management. The existing Meta developer app was created with the Business app type.
I've ...
Score of 1
0 answers
146 views
Why Facebook limited login AuthenticationToken doesn't include the permission data?
I'm trying to implement the Facebook limited login to Unity iOS app. We already have advanced access to the permissions that I'm trying to request, but limited login doesn't return the data. What I ...
Score of 1
1 answer
51 views
RigidBody2D bounces back on collision how to fix it
When player enter the collision with other game object it bounces back which generate shaking if player just moves in this object.
I already tried physics material with no bounciness also i tried ...
Score of 1
0 answers
381 views
Google Analytics Issue for auto track event `in_app_purchase`
We are facing an issue tracking an event named in_app_purchse Normally this event is auto-tracked by the Firebase Analytics event when the user makes any purchase for our game.
However, we are not ...
Score of 0
1 answer
449 views
Unity Facebook SDK Error: AndroidJavaException: java.lang.NoSuchMethodError: no static method with name='setIsUnityInit'
This error appears on our analytics console when we try our android builds.
AndroidJavaException: java.lang.NoSuchMethodError: no static method with name='setIsUnityInit' signature='(Z)V' in class ...
Score of 0
1 answer
653 views
Unity build error after importing Facebook SDK
I have unity version 2022.3.12f1
I've added Facebook SDK into project and it started throwing errors when building. When i'm resolving Android dependencies - says it's resolved successfully. When ...
Score of 0
0 answers
154 views
Getting Error Caused by java.lang.NoSuchMethodError
I am trying to implement facebook login in my unity project. Everything works fine in editor i.e. logging in using editor works fine but when trying to do the same with apk , it crashes after I invoke ...
Score of 0
1 answer
642 views
How to track app ad revenue in a mobile Unity game, for Facebook Ads
I have a Unity game with Facebook's SDK integrate for tracking in app purchases and it seems to be working alright. I want to now also track in-app ad revenue, so I could better track my ROAS, since ...
Score of 0
0 answers
446 views
Unity: Facebook SDK and Firebase/AdMob SDK seems to be in conflict
Ever since I tried to integrate Facebook SDK into my Unity game which already had Firebase and AdMob integrated, I keep on getting odd exceptions, that annoyingly happen only when the build is about ...
Score of 2
1 answer
1081 views
Why Firebase opening a browser everytime a user requests to get OTP for phone verification?
I am working on a game that requires user's phone verification to play the game. I am using Firebase Authentication. I have also added SHA keys to Firebase Project.I checked out some tutorials on ...
Score of 1
0 answers
290 views
Unity, Facebook SDK, in Android build the app crashes
I am integrating Unity Facebook SDK to a project, right now I am making a log-in system. I have written a script, attached it to an object on a scene, created a button, added the FbLogin method as a ...
Score of 1
0 answers
126 views
error: use of undeclared identifier 'FBSDKSwitchContextDialog'
Building IOS Unity build and during the xcode archive step it fails with the following message.
We have updated facebook unity sdk from 8.* to 12.*
Error messages
error: use of undeclared identifier '...
Score of 2
2 answers
2084 views
Getting error related to NiceVibrations plugin after using Facebook Unity SDK
Our game uses the NiceVibrations plugin for haptic feedback, and the Facebook Unity SDK for user login.
After updating the Facebook Unity SDK to version to 13.2.0, we are suddenly getting a Parse ...
Score of 1
0 answers
1152 views
Using Facebook SDK In Unity
I am trying to use the Unity Facebook SDK in my game. Currently, I have added very limited code. I have only imported the FB SDK asset. When I run the application on my dev computer, the app runs ...
Score of 0
1 answer
1969 views
How to get Username and User Profile Picture from Facebook API in unity engine?
I want to implement a user login in my unity game but I am unable to get the user profile picture from their Facebook id. The username is showing but not the profile picture. It is showing blank. I am ...