TutorialMAX is a Unity asset pack that comes with a lot of features and scripts to help you create tutorials for your game.

Feature Sets

  • Tutorial System to simply introduce the player to your game in a step-by-step manner
  • Pointers to point at objects on the world or on Canvas
  • Highlighters to make the players focus on specific areas, and to force them to interact with those areas only.
  • Messages to give the player information about the game, or to give them hints on what to do next.

Features by Design

  • Tutorials are independent from game logic, yet can affect it where necessary
  • Extensibility: Designed with extensibility and customization in mind
  • Editor Tools: Sophisticated editor tools to make your job easier and faster; including visual clues in the editor to help you understand what's going on in a glance.
  • Runtime Tools: Tools for convenience and debugging in the editor
  • Standard Implementation: The code is well-documented, there are little assumptions about your projects, and the options for using unscaled time and working with different cameras are always supported by the intrinsic components.