Unity Analytics Tutorial Manager
The onboarding process is the most critical part of your game. Players who churn won’t be around to experience all your great content, let alone monetize. The traditional approach – for those who even get this far – has been to optimize the tutorial for the majority of players, yielding at best a one-size-fits-all onboarding flow. At the same time, tutorials themselves tend to be developed at the last minute in a project, becoming a brittle pile of spaghetti code.
We can do better:
Leveraging our vast pool of game data, Unity can differentiate a player who needs a little more help from the player who wants to charge straight into the action. Unity Analytics collects data as players play your game and trains a machine learning model to predict whether individuals like your game better with more help or less help.
To help you avoid writing last minute, spaghetti code, the Tutorial Manager provides a state-machine-based API. This state machine lets you define the high-level structure of your tutorials and then advance the state as the player completes a tutorial using a few, simple API calls.
The Tutorial Manager dashboard helps you manage your live tutorials, update tutorial text remotely, and view reports on tutorial effectiveness.
With just a quick integration, the Tutorial Manager can put you on the road to optimizing your game one player at time!