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

Setting up the screen with your data

PreviousItemsNextTutorial Manager anatomy

Last updated 2 years ago

It's time to finally run the tutorial scene with your data, if you've already created all the categories and items you want :)

To get started, open the scene available at Assets > Lucky Raccoon Games > Really Simple Tutorials > Demo > Scenes > 01 Tutorial Screen Demo or the scene you copied from it.

Then click on the Tutorial Manager component:

In the Categories property, add the categories you created earlier in the order you want them to appear on the screen.

Run the scene and check the result. Isn't it amazing to have a tutorial running in such a short time and with so little effort? :)

Hmm.. looks like something went wrong

If when running the scene you come across a screen like the one below, check if you added some item in all Category assets

In this tutorial only a small portion of the Tutorial Manager was shown. On the next page you will find out about all its properties and how to take advantage of them.

Location of the Tutorial Manager component in the scene hierarchy
Configuration of categories in Tutorial Manager
Example of an error screen when a category has no items
A category without items will cause an error when running the tutorial screen :/