Skip to main content
Version: 1.6.0

Configure

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.

Basic Configuration

Fill in the following fields in the Settings Inspector:

FieldDescription
Client IdYour 101XP client identifier
App Config NameRemote configuration name for your application

Automatic Authorization

FieldDescription
Auto Login EnabledAutomatically authorizes the user on app start if a valid session exists

Enabled by default.

Guest Authorization

FieldDescription
Guest EnabledEnables guest authorization option
Guest Only Authorization 🤖Allows authorization only as a guest (other methods are hidden)

Use Guest Only Authorization if your game does not support social or platform accounts.

Social Account Linking Warning

FieldDescription
Guest Timeout EnabledShows a warning dialog suggesting to link a social account when playing as a guest

Disable this option to suppress the warning.

User License Agreement (EULA)

FieldDescription
EULA Show EnabledEnables showing a user license agreement before authorization
EULA Default UrlURL to the license agreement or privacy policy
EULA Auto AcceptAutomatically accepts the license agreement without user confirmation

Use these settings to comply with legal requirements.

Authorization Providers

The SDK supports the following authorization methods:

  • 101XP platform account
  • Social networks (Facebook, VK, Odnoklassniki)
  • Guest authorization
  • Platform accounts

Provider-specific options are configured through the SDK interface.

Token Handling

FieldDescription
Device Token Enabled 🍏⚠️Uses a device-based token instead of a refresh token

Enable this only if required by your project. Use a constant token instead of a refresh token.

Authorization UI Orientation

FieldDescription
Screen Lock Horizontal 🍏Prevents horizontal orientation during authorization
Screen Lock Vertical 🍏Prevents vertical orientation during authorization

Use these options to restrict authorization UI orientation if necessary.