https://github.com/pancake-llc/facebook
Facebook SDK for Unity3D
https://github.com/pancake-llc/facebook
facebook sdk unity
Last synced: over 1 year ago
JSON representation
Facebook SDK for Unity3D
- Host: GitHub
- URL: https://github.com/pancake-llc/facebook
- Owner: pancake-llc
- License: mit
- Created: 2022-06-02T08:23:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T10:18:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T02:11:24.081Z (over 1 year ago)
- Topics: facebook, sdk, unity
- Language: Objective-C++
- Homepage:
- Size: 11.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What
- Facebook SDK 16.0.1
# Environment
- Project open with unity 2021.3 LTS
- Support unity 2021+
# How To Install
Add the lines below to `Packages/manifest.json`
for version `16.0.1`
```csharp
"com.pancake.facebook": "https://github.com/pancake-llc/facebook.git#16.0.1",
```
require `external-dependency-manager`
```csharp
"com.google.external-dependency-manager": "https://github.com/google-unity/external-dependency-manager.git#1.2.169",
```