Quest Tree Initializer

QT initializer component.

The Quest Tree Initializer component can be used to initialize QT without code.

Properties

Name
Description

Auto Load First Save

If enabled, the save at index 0 will be loaded on start. This is only good for games without save states, as the component can't load a specific QT save. It's recommended to load a save through code.

Unlock Quests On Start

If enabled, QT will try to unlock any quests possible on start.

Save On Quit

If enabled, the component will save the current QT data at index 0 when the game is exited or when play mode is exited in the editor.

Player Transform

The transform of the player. For some features to function properly, QT needs to know the transform of the player.

Last updated