Welcome to Quests system documentation

Thank you for your purchase!


Overview

Why is this system needed?

It's all very simple. Creating quests is a complicated and routine process, but with my system, this process can be made much easier.

Main feature:
  • Independent logic for each quest

Installation

After purchasing the asset, go to your project (Version unity in asset 2020.3.33f1)

  1. Open your project
  2. Go to Window->Package manager
  3. Select in Packages: My assets
  4. Find Quests system in the list
  5. Download
  6. Import

Game sample

The project has an example implementation in the GameSample folder

Quests manager (IMPORTANT)

IMPORTANT! Don't forget to add the QuestsManager.cs script on scene!

  1. Open your scene
  2. Create new empty game object
  3. Add component QuestsManager.cs on this object