Tutorials #
The Tutorials system guides players through structured onboarding and learning experiences. Learn more in the Tutorials concept guide.
Overview #
The Tutorials system enables your game to:
- Retrieve player tutorials and current progress.
- Manage tutorial lifecycle (accept, decline, abandon).
- Update progress within tutorials.
Before You Start #
Ensure you have:
- Python project configured with Hiro SDK.
- Nakama system integrated (guide).
Working with Tutorials #
Retrieving Tutorials #
Get all tutorials along with the current progress step for the player:
|
|
Accepting a Tutorial #
Accept and start a tutorial:
|
|
Declining a Tutorial #
Decline the offer to start a tutorial:
|
|
Abandoning a Tutorial #
Abandon progress on an ongoing tutorial:
|
|
Updating Tutorial Progress #
Update the current progress step within a tutorial:
|
|