Example Scenes
Find out which example works for you.
You can find the example packages in Assets/StylishEsper/QuestTree/Examples
folder.
Examples use stylized features that may cause issues. Examples do not contain any Quest Tree scripts, so you don't lose any functionality by not having them set up. They are meant for learning purposes only.
Some scene data is lost when packaging Unity files in one editor version and importing to another editor version (such as grass data).
First Step: Use Example Database
The example scenes use a preset database for its quests and dialogue.
Open the QT project settings from
Edit > Project Settings > Quest Tree
.Change the
Database File Name
toDatabase_Example
.QT Project Settings
This will make QT use the example database. You can find the database files in theAssets/StreamingAssets
folder.
In the case the database file is missing from the StreamingAssets
folder, b backup of the example database can be found in Assets/StylishEsper/QuestTree/Examples
. Move the example database to the StreamingAssets
folder so that it is usable.
Built-In RP
You can setup the URP example by following these steps:
Double click
QT_BuiltIn_Example.unitypackage
in theAssets/StylishEsper/QuestTree/Examples
folder.Click import. Once import is complete, you may see some errors or warnings. You can ignore them.
Open the scene called
BuiltInExample
from theBuiltInExample/Scenes
folder.If the characters models are invisible, head over to
Assets/StylishEsper/QuestTree/Examples/URPExample/Models/Characters
folder. You may see blank page files. If the character models are fine, you can ignore this and following steps.Select them all, and from the inspector, set the 'Render Pipeline' to 'Builtin Render Pipeline' and click apply.

You should now be able to enter play mode. If you're still facing issues, please seeGetting Help.
URP
You can setup the URP example by following these steps:
Double click
QT_URP_Example.unitypackage
in theAssets/StylishEsper/QuestTree/Examples
folder.Click import. Once import is complete, you may see some errors or warnings. You can ignore them.
Open the scene called
URPExample
from theURPExample/Scenes
folder.If the characters models are invisible, head over to
Assets/StylishEsper/QuestTree/Examples/URPExample/Models/Characters
folder. You may see blank page files. If the character models are fine, you can ignore this and following steps.Select them all, right click and then select reimport.
If the above didn't work, try selecting them all again, and changing their
Render Pipeline
setting from the inspector and set it toBuiltin Render Pipeline
and then set it back toUniversal Render Pipeline
.
You should now be able to enter play mode. If you're still facing issues, please see Getting Help.
HDRP
HDRP example has not yet been developed. Opt for the built-in example instead.
Last updated