Setting up the screen with your data

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:

Location of the Tutorial Manager component in the scene hierarchy

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

Configuration of categories in Tutorial Manager

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

Example of an error screen when a category has no items
A category without items will cause an error when running the tutorial screen :/

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.

Last updated