Example Scenes
Find out which example works for you.
Last updated
Find out which example works for you.
Last updated
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).
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
to Database_Example
.
This will make QT use the example database. You can find the database files in Assets > StreamingAssets > QuestTree
.
You can setup the URP example by following these steps:
Double click QT_BuiltIn_Example.unitypackage
in Assets > StylishEsper > QuestTree > Examples
.
Click import. Once import is complete, you may see some errors. You can ignore them.
Open the scene called BuiltInExample
from BuiltInExample > Scenes
folder.
You should now be able to enter play mode without any issues. If you still face issues, please go to Getting Help.
You can setup the URP example by following these steps:
Double click QT_URP_Example.unitypackage
in Assets > StylishEsper > QuestTree > Examples
.
Click import. Once import is complete, you may see some errors. You can ignore them.
Open the scene called URPExample
from URPExample > 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.
Select them all.
From the inspector, toggle on Migrate To Vrm 1
and click Apply
.
You should now be able to enter play mode without any issues. If you still face issues, please see Getting Help.
HDRP example has not yet been developed. Opt for the built-in example instead.