Questions tagged [facebook-unity-sdk]

Questions related to Facebook's SDK for building Facebook apps with Unity

The Facebook SDK for Unity provides a collection of Facebook's social features to Unity apps, allowing them to integrate closely with Facebook features and data

Resources


Related tags

604 questions
0
votes
1 answer

How to work with Facebook SDK for Unity and Vuforia for Android?

I'm having a problem working with this two plugins together: on the AndroidManifest.xml both of them need to be "android.intent.category.LAUNCHER"
0
votes
1 answer

Unity3d facebook SDK and Playhaven

Having issue with integrating unity facebook and playhaven in my project. everything build fine for android project but after running on phone game crashes. logcat message E/AndroidRuntime(11225): Caused by: android.view.InflateException: Binary XML…
Sheheryar Aamir
  • 497
  • 1
  • 5
  • 12
0
votes
1 answer

Does FB.PublishInstall Require AuthToken?

As far as I'm aware, most FB calls require that the user is logged in and has a valid authtoken. Questions Do FB.PublishInstall and FB.AppEvents.LogEvent require a valid authtoken? Can I call FB.PublishInstall every time the app launches or do I…
blindgoat
  • 117
  • 11
0
votes
2 answers

How deploy Unity build in Windows azure?

I am making one Unity game for Facebook and since I am trying Windows Azure, I would like to deploy two files to this server services(an html and unity3d files), for it, Could anybody help me to do it? Thanks in advance Alejandro
0
votes
1 answer

Laggy behavior on inspector for Facebook Unity SDK 4.3.6

After import the latest version facebook unity sdk(4.3.6) into unity and I tried to edit setting in inspector,I just find it is impossible to fill in the "App ID" field or re-size the inspector panel because of its high latency.No problems found if…
0
votes
1 answer

facebook-unity-sdk: AppRequest Questions

Questions When sending an AppRequest, my friends list that comes up on iOS always has 48 users in it even when I have 300+ friends. Is there a way to change this limit for high-end devices that have plenty of memory? How does FB decide which 48…
0
votes
3 answers

Unity Facebook SDK Login Always Returns User 0 Access Token abc...z

I am testing Unity 4.3 with Unity Facebook SDK 4.3.4 and have everything running but it seems to always return a Test User and not my actual Facebook Login. Using the Facebook InteractiveConsole Scene, after Logging in I see: Facebook Dll: Loaded…
Ryan Jones
  • 111
  • 1
  • 9
0
votes
2 answers

unity3d 4.3 facebook SDK login

hi i have unity3d and the latest facebook sdk i've downloaded the sample project but i got a problem, when i start the project and click login, unity immediately show this images: which i expecting i've got an error from this part of code in…
0
votes
1 answer

Conflict with activity tags on android manifest: Facebook and Prime31 plugins in Unity3d

I'm trying to get a project to work with both the Facebook Unity plugin and (several) Prime31 plugins. I'm trying to create my own activity that extends the Prime31 activity and also incorporates the workaround for Facebook given here: Conflict…
0
votes
2 answers

Facebook Unity SDK and Unity 4.3 have a conflicting instance method 'openURL' on iOS

I had Facebook Unity SDK working in my game prototype until I updated to Unity 4.3. After the update build fails on dSYM generation in xCode. Error message: Command…
ttukiainen
  • 21
  • 3
0
votes
0 answers

How do I reliably get onmousedown or onclick events from a div that contains embeded Unity WebPlayer

In Chrome for OSX the event is fired, in Chrome Win8 it is not. Is there a way to get this click? Actually for Chrome Win8 I don't get ANY click or onmousedown events. Even when I set: document.onmousedown=function(){...} if the mousedown is…
0
votes
1 answer

Unity Facebook AppRequest Crash

We are using the Facebook Unity plugin build to device, open the AppRequest dialog, scroll up and down once or twice and the app crashes. SDK Info SDK Version: 4.3.4 Build Version: 131022.2bb3e6026790434 Code FB.AppRequest("Come join me in Tunnel…
0
votes
0 answers

Unity3D Facebook SDK Webplayer New User gets null reference

Our code has been In Production on a Facebook canvas app for some time now but today one of our testers said he couldn't use the app if he logs out then into another account. The same thing happens when a new user trys to play our app. I pushed the…
David W
  • 1,833
  • 5
  • 21
  • 25
0
votes
0 answers

Facebook unity sdk logs in to FB fine with Galaxy S3 but not on another S3:

Testing a game using the FB sdk for unity for android. FB login is good on one S3 but doesn't work on another???? How can this happen?
Jason Pietka
  • 181
  • 1
  • 3
  • 16
0
votes
2 answers

Unity game for SDK Facebook error

I opened this sample project here: https://developers.facebook.com/docs/unity/tutorials/games/ and I got the following error: Assets/Scripts/MainMenu.cs(24,12): error CS0117: FB' does not contain a definition forGetAuthResponse' For it, Could…
Alejandro Castán
  • 289
  • 2
  • 4
  • 11