Configuration is done via the Settings Inspector in Unity.
Configuration is applied automatically at build time for each platform.
Platform markers
The following markers are used to indicate platform availability of parameters and features:
- (no marker) — Shared parameter or feature
- 🍏 — iOS-specific parameter or feature
- 🤖 — Android-specific parameter or feature
- ⚠️ — Not implemented in the Unity plugin yet
Ask your release manager for the required parameters before configuring the SDK.
Settings Inspector
Fill in the following fields:
| Field | Description |
|---|---|
| Facebook Enabled | Enables/disables Facebook SDK |
| Facebook Auth Enabled | Enables/disables Facebook authorization in the SDK |
| Facebook App ID | Your Facebook application ID |
| Facebook Client Token | Your Facebook Client Token |
Notes
- Facebook Enabled
- If disabled, Facebook login will not be available.
- Facebook Auth Enabled
- When enabled, Facebook login is available to users (Facebook SDK required to be enabled).
- When disabled, Facebook authorization is disabled (the SDK may still initialize Facebook internally if applicable).