oae / unity-package-facebook-sdk

📦 Packaged version of Facebook SDK for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook SDK Package

openupm

This repository makes it possible to use facebook-sdk-for-unity with Unity Package Manager (UPM)

facebook-sdk-for-unity

Installation

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add io.elhan.facebook-sdk

Install via Git URL

  • Add following dependency to Packages/manifest.json in your project;

    {
      "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

About

📦 Packaged version of Facebook SDK for Unity

License:MIT License


Languages

Language:Objective-C++ 70.4%Language:Objective-C 29.6%