- Nakama
- Getting Started+-
- Concepts+-
- Server Framework+-
- Client Libraries+-
- API+-
- Tutorials+-
- Guides+-
- Overview
- Concepts+-
- Overview
- Edgegap Integration
- GameLift Fleet Management
- Bucketed Leaderboards
- Custom Authentication with Third-Party Services
- Custom Leaderboards
- Creating an Economy
- Daily Rewards
- Initialize a New User
- Matchmaking Around Blocked Users
- Passive Multiplayer
- Tiered Leagues
- Creating a Lobby System
- Unread Chat Messages
- Server Framework+-
- Deployment+-
- Videos
- Hiro
- Concepts+-
- Unity+-
- Unreal+-
- C+++-
- Dart+-
- TypeScript+-
- Godot+-
- Python+-
- Server Framework+-
- Guides+-
- Satori
- Heroic Cloud
Progression #
The Progression system tracks player advancement and allows permanent unlocks through progression purchases. Learn more in the Progression concept guide.
Overview #
The Progression system enables your game to:
- Retrieve player progression statuses.
- Allow players to permanently unlock progressions via purchase.
Before You Start #
Ensure you have:
- Python project configured with Hiro SDK.
- Nakama system integrated (guide).
Working with Progressions #
Retrieving Progressions #
Get all current progressions for the player:
|
|
Purchasing Progressions #
Permanently unlock progressions, if supported:
|
|