https://github.com/oae/unity-package-facebook-sdk
📦 Packaged version of Facebook SDK for Unity
https://github.com/oae/unity-package-facebook-sdk
unity unity-editor unity-package-manager unity3d-plugin upm
Last synced: 8 months ago
JSON representation
📦 Packaged version of Facebook SDK for Unity
- Host: GitHub
- URL: https://github.com/oae/unity-package-facebook-sdk
- Owner: oae
- License: mit
- Created: 2020-02-15T21:59:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T11:50:04.000Z (over 6 years ago)
- Last Synced: 2024-09-27T23:21:43.917Z (over 1 year ago)
- Topics: unity, unity-editor, unity-package-manager, unity3d-plugin, upm
- Language: Objective-C++
- Homepage:
- Size: 220 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Facebook SDK Package
[](https://openupm.com/packages/io.elhan.facebook-sdk/)
This repository makes it possible to use [facebook-sdk-for-unity](https://github.com/facebook/facebook-sdk-for-unity) with Unity Package Manager (UPM)

## Installation
### Install via OpenUPM
The package is available on the [openupm registry](https://openupm.com). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).
```
openupm add io.elhan.facebook-sdk
```
### Install via Git URL
- Add following dependency to `Packages/manifest.json` in your project;
```json
{
"dependencies": {
"io.elhan.play-services-resolver": "https://github.com/oae/unity-package-play-services-resolver.git#0.1.0",
"io.elhan.facebook-sdk": "https://github.com/oae/unity-package-facebook-sdk.git#0.1.0",
}
}
```
> For the official plugin, check out the [original repository](https://github.com/facebook/facebook-sdk-for-unity)