A downloadable asset pack

Tutorial Component Guide

A comprehensive, easy-to-use tutorial system for Godot 4.6+. It allows you to create interactive, step-by-step onboarding sequences with beautifully animated shader masks, glowing borders, and flexible progression modes.

Demo: 

🌟 Core Features

  • Global Tutorial Manager: Manage and trigger tutorial sequences from anywhere using the TutorialManager singleton.
  • Advanced Shader Masks: Highlights specific UI elements while dimming the background. Features smooth transition animations between steps and an eye-catching, customizable blinking glow border.
  • Flexible Progression Modes: Choose how users advance through steps:
    • REQUIRE_TARGET_CLICK: User must click a specific ClickableComponent to continue.
    • CLICK_ANYWHERE: User can click anywhere on the screen to proceed (ideal for purely text/informational steps).
  • Skip Anywhere: Players can press Escape at any time to instantly skip the tutorial and emit a tutorial_skipped signal.
  • Editor Warnings: Fully integrated with Godot's warning system to alert you if a step is misconfigured.

Github: https://github.com/NgocHai220998/Godot-Sample/tree/main/GUI/components/tutorial_...

Leave a comment

Log in with itch.io to leave a comment.