GitShow/facebook/facebook-sdk-for-unity
facebook

facebook-sdk-for-unity

The facebook sdk for unity.

by facebook
Star on GitHubForkWebsite

C#

502 stars266 forks43 contributorsActive · 3d agoSince 2015sdk-version-18.1.0

Meet the team

See all 43 on GitHub →
JordiFB
JordiFB104 contributions
KylinChang
KylinChang92 contributions
JarWarren
JarWarren20 contributions
swiese
swiese19 contributions
SergioGuerreroFB
SergioGuerreroFB16 contributions
ryantobinmeta
ryantobinmeta15 contributions
kthai
kthai10 contributions
jjiang10
jjiang109 contributions

Languages

View on GitHub →
C#47.3%
C++42.7%
Java4.5%
Objective-C++1.8%
Shell1.6%
Objective-C0.7%
Other1.5%

Commit activity

Last 12 weeks · 6 commits

Full graph →

Community health

5 of 6 standards met

Community profile →
87
✓README✓License✓Contributing✓Code of Conduct○Issue Template✓PR Template

Recent PRs & issues

Active · Last activity 3d ago
See all on GitHub →
AAulicino
Failing to build in Unity 2019.3.0f6 - Conflict with Firebase SDK - Duplicate dependenciesOpenIssue

Checklist [x] I've updated to the latest released version of the SDK [x] I've searched for existing GitHub issues [x] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group [x] I've read the Code of Conduct [x] This issue is not security related and can safely be disclosed publicly on GitHub Environment Unity Editor Version: Unity SDK Version: and Installation Platform & Version: version Firebase SDK Version: 6.10.0 Unity Jar Resolver Version: 1.2.135 Goals Build the project Expected Results Project is successfully built Actual Results Project is failing to build with the following output: Steps to Reproduce 1. Create new unity 2019.3.0f6 project 2. Set project build target to Android. 2. Import Facebook SDK 7.18.0 3. Import the latest [Firebase Analytics SDK 6.10.0 into the project. 4. Import Unity Jar Resolver v1.2.135 into the project. 5. Enable mainTemplate.gradle (Player settings -> publishing settings -> check custom gradle template) 6. Click Assets/Play Services Resolver/Android Resolver/Resolve 7. Enable Jetifier when prompted 8. Build the project OR 1. Download and open the repro project I made. 2. Change build target to Android 3. Build the project Code Samples & Details If I build with just Facebook SDK, it works. If I build with just Firebase SDK, it works. If I build with both Facebook SDK and Firebase SDK, it fails. I made a Repro project following the steps I mentioned before. https://drive.google.com/file/d/1ngzavtEftODND1EpRyNchq3qClpyXl0C/view?usp=sharing

AAulicino · 1d ago
jacquesleemans
iOS Builds fail with Facebook SDK 18.1.0OpenIssue

iOS Builds Fail with Facebook SDK 18.1.0 What solved it for me: in add: that made XCode compile atleast. Then the app failed to run on devices. Updated : Environment Unity Editor Version: Unity Facebook SDK Version:

jacquesleemans · 2d ago
sevalkr
IAP files ship at top-level `Assets/Scripts` and `Assets/IAPiOS`; move under `Assets/FacebookSDK` and namespace the wrapper classesOpenIssue

Summary The SDK's In-App Purchase support installs two folders outside the SDK's own root: — , (both in the global C# namespace, no wrapper) — native iOS StoreKit bridge (, , , ) Everything else the SDK ships lives under . Please ship these two folders under and wrap the IAP classes in a namespace. Why this matters Assets/Scripts is a generic name that reads like the integrator's own folder, not part of a third-party SDK. Integrating teams can easily mistake these for their own code and rename, refactor, or delete them during cleanup, silently breaking IAP. Loose top-level folders make it unclear what belongs to the SDK versus the project, and files placed directly under Assets/ are far more exposed to accidental modification than files namespaced under a clearly SDK-owned root. Relocating these folders locally appears safe for the build, the iOS post-process step operates only on the generated Xcode project, not the Assets/ layout, so there's no technical reason for them to live at the root. IAPWrapper and IAPAndroidImpl are generic names in the global namespace, unlike the rest of the SDK (Facebook.Unity.*). A name clash with another package or the integrator's own code causes a CS0101 duplicate-definition error that halts the whole build. Folder location and namespace are independent, so this needs its own fix in code. Environment Facebook Unity SDK version: 18.1.0

sevalkr · 2d ago
Structured data for AI agents

Repository: facebook/facebook-sdk-for-unity. Description: The facebook sdk for unity. Stars: 502, Forks: 266. Primary language: C#. Languages: C# (47.3%), C++ (42.7%), Java (4.5%), Objective-C++ (1.8%), Shell (1.6%). Homepage: https://developers.facebook.com/docs/unity Latest release: sdk-version-18.1.0 (3d ago). Open PRs: 25, open issues: 421. Last activity: 3d ago. Community health: 87%. Top contributors: JordiFB, KylinChang, JarWarren, swiese, SergioGuerreroFB, ryantobinmeta, kthai, jjiang10, zenlita, owaisfb and others.

·@ofershap

Replace github.com with gitshow.dev