Facebook Instant Games SDK for Unity
This package provides C# bindings to the Facebook Instant Games SDK, making it easy to integrate Facebook Instant Games with your Unity project. Since the Facebook Instant Games SDK is originally a JavaScript SDK, this package is compatible only with web builds.
By using this package, Unity developers can leverage the same powerful tools for analytics, monetization, and player engagement that Meta developers use, bringing top-tier social gaming experiences to their web-based Unity games.
This package is available as an pre-release package, so it's not ready for production use. The features and documentation in this package might change before it's verified for release.
| Topic | Description |
|---|---|
| Install and upgrade | Install this package in your Unity project and upgrade to the latest version. |
| Get started | Download and initialize the Facebook Instant Games SDK and learn how initialization impacts testing. |
| Call asynchronous methods | Use the custom objects WebTask and WebTask<T> to call asynchronous methods from the Instant Games SDK. |