<aside>
<img src="/icons/reorder_gray.svg" alt="/icons/reorder_gray.svg" width="40px" />
Navigation
</aside>
Home Page
Overview
Level Editor
Planks
Screw
Tutorial
Map
Lives System
Skin System
UI Store
Power-Ups
Economy
Monetization (Ads & IAP)
Tutorial System Overview
Our template includes a total of five tutorials:
- First Level Tutorial: Demonstrates the game's controls during the initial level.
- Power-Up Tutorials: Four separate tutorials, each explaining how to use a specific power-up.
Location of Tutorials
All tutorial behaviors are organized within the game scene at the following path: Game Scene -> Tutorial/{Tutorial Name}

Disabling Tutorials
- First Level Tutorial: You can disable this tutorial by unchecking the
Show Tutorial
boolean in the Game Data scriptable object, located in Project Files/Data/
- Power-Up Tutorials: These can be disabled by removing the corresponding tutorial behavior from the scene.

Skipping Tutorials for Testing
For testing purposes, you can skip all tutorials by enabling "Skip Tutorial" mode (works only in Editor):
- Menu Path:
Actions > Skip Tutorial
