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 |
|---|---|
| Google Play Enabled 🤖 | Enables/disables Google authorization |
| Google Client ID 🤖 | Google Client ID |
| Google Play Services App ID 🤖 | Google Play Services App ID |
| Google Auth First Session 🤖 | Uses Google authorization from the first session |