Lucky Raccoon Games
  • Start Here
  • Really Simple Steam Integration
    • Setup
    • Running Demo Scenes
    • Leaderboards
      • Setup
      • Initializing Leaderboards
      • Submitting Scores
      • Retrieving Leaderboard Data
    • Stats and Achievements
      • Setup
      • Unlocking Achievements Directly
      • Unlocking Achievements from Stats
    • Cloud Save
      • Setup
      • Saving and Loading Data
    • Friends List
      • Setup
      • Getting Friends Data
    • Drag & Drop UI Components
    • Troubleshooting
    • Useful Links
  • Really Simple Tutorials
    • Setup
    • Running Demo Scenes
    • Tutorial Screen
      • Categories
      • Items
      • Setting up the screen with your data
      • Tutorial Manager anatomy
    • Tutorial Popup
      • Showing and hiding Popups
      • Tutorial Popup anatomy
    • Integrations
      • New Input System
    • Troubleshooting
  • Support
Powered by GitBook
On this page
  1. Really Simple Tutorials
  2. Tutorial Screen

Tutorial Manager anatomy

Scalpel, tweezers...

PreviousSetting up the screen with your dataNextTutorial Popup

Last updated 2 years ago

The Tutorial Manager component is responsible for controlling the tutorial screen. It brings with it some properties and events so you can make the best use of it.

Properties

  • Categories: the property responsible for configuring the categories and items that will appear on the screen. Remember that the order in which you configure the categories will be the same order they appear on the screen, so organize everything carefully according to the level of importance.

  • Auto Initialize (default true): determines whether the screen will be initialized automatically or via script.

  • Mute Audio (default true): if you have background music playing and it's not interesting to play the video's audio together, leave this option enabled. If you have a tutorial video with voice, uncheck this option so that you can hear the audio properly.

  • Category Prefab: if you're hardcore and knowledgeable enough to extend the component, this is where you'll add the category prefab.

  • Item Prefab: and this is where you'll add the item's prefab.

Events

  • On Category Changed: event triggered when a new category is selected, either by keyboard command or by clicking on it. When changing a category, the first item of the selected category will be displayed automatically.

  • On Item Changed: event triggered when a new item is selected, either by keyboard command or by clicking on it.

The Tutorial Manager component in the inspector