Installation
How to install Quest Tree (QT) in your Unity project.
Asset Store
You can find the latest version of QT in the asset store with this link.
Installation Steps:
Get QT from the asset store.
Open your Unity project, go into
Window > Package Manager
, switch toMy Assets
from the packages dropdown at the top-left, and then typeQuest Tree
in the search bar.Download and import the package. You may be prompted to install package manager dependencies. If so, click
Install/Upgrade
.
In the case where you were not prompted to install dependencies, go into the package manager and install Newtonsoft JSON
and TextMeshPro
. If you're planning on trying the example scenes, you may need Cinemachine
and Input System
as well.
Last updated