Benjamin BOUFFIER
Benjamin BOUFFIER
Hi, I have the same problem, did you find a solution ? Any help appreciated as it seems that logins start to fail with the SDK v11. Many users complains...
2 years now and still nothing about this ? Can't you pass an access token to the frame url to know the user is connected ?
@psstevenchan Thank you so much! Since last game update, AppRequests was totally broken on iOS, now it seems to work as usual. @facebook-unity-team This really have to be fixed, you...
To get it working, I deleted the Facebook.Unity.dll file and replaced it by the Facebook.Unity source folder then corrected the errors in the C# code. As usual thanks Facebook for...
Hi @samavan, In the FacebookSDK/Plugins folder, I just deleted the Facebook.Unity.dll file, then dropped the folder highlighted on your screenshot in that folder.
Sorry I forgot a step, you have to create an assembly definition for Facebook.Unity after adding the folder: 1. Right click on Facebook.Unity folder -> Create -> Assembly Definition 2....
Did you replace WWW by UnityWebRequest ? You can find what to change here: https://github.com/facebook/facebook-sdk-for-unity/pull/539/files thanks to @Velorth
Yes, moving object through a given list of points would be great. The ability to add callback on each point reached ant to change the easing of the tween on...