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 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.
You can setup the URP example by following these steps:
Double click QT_BuiltIn_Example.unitypackage
in the Assets/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 the BuiltInExample/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.
You can setup the URP example by following these steps:
Double click QT_URP_Example.unitypackage
in the Assets/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 the 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. 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 to Builtin Render Pipeline
and then set it back to Universal Render Pipeline
.
You should now be able to enter play mode. If you're still facing issues, please see Getting Help.
HDRP example has not yet been developed. Opt for the built-in example instead.