Hi,
I see in the demo that a quest icon can appear next to a quest. However, when I enter a Icon in the Quest Info panel, it doesn't appear in the journal. How do I activate the quest icon?
Thanks in advance.
[SOLVED] Quest Icon
-
- Posts: 118
- Joined: Thu Dec 19, 2019 7:38 am
[SOLVED] Quest Icon
Last edited by mschoenhals on Wed Feb 26, 2020 8:38 am, edited 1 time in total.
Re: Quest Icon
Hi,
Which quest icon are you referring to?
For the journal, you may need to add an Icon Quest Content element to the quest's Journal Text. I'll be able to provide more details when I know which icon you're referring to.
Which quest icon are you referring to?
For the journal, you may need to add an Icon Quest Content element to the quest's Journal Text. I'll be able to provide more details when I know which icon you're referring to.
-
- Posts: 118
- Joined: Thu Dec 19, 2019 7:38 am
Re: Quest Icon
When the quest offer is made (from Quest Giver). Is that possible?
Re: Quest Icon
Hi,
There are 2 ways you can do this without scripting:
1. If you want to show the icon in the journal UI's quest details section, inspect the quest's main info. In States > Active > Journal Text, add an Icon. (In the example journal UI, the quest details section is on the right side.)
(Disregard: 2. If you want to show the icon in the quest selection section (the left side) without scripting, you'll need to add it to the quest title as a TextMesh Pro <sprite> tag. Then you can unassign the icon from the quest's icon field. In the next version, I'll add an option to show the quest's icon in the quest selection section.)
There are 2 ways you can do this without scripting:
1. If you want to show the icon in the journal UI's quest details section, inspect the quest's main info. In States > Active > Journal Text, add an Icon. (In the example journal UI, the quest details section is on the right side.)
(Disregard: 2. If you want to show the icon in the quest selection section (the left side) without scripting, you'll need to add it to the quest title as a TextMesh Pro <sprite> tag. Then you can unassign the icon from the quest's icon field. In the next version, I'll add an option to show the quest's icon in the quest selection section.)
Re: Quest Icon
Sorry, I totally forgot that this has been a feature since version 1.0. Chalk it up to a pre-morning-coffee answer.
The journal UI's Active Quest Name Template and Completed Quest Name Template GameObjects have an Icon field:
The example journal UI that ships with Quest Machine simply doesn't have a UI Image assigned to it. If you assign one, it will show the quest's icon.
The journal UI's Active Quest Name Template and Completed Quest Name Template GameObjects have an Icon field:
The example journal UI that ships with Quest Machine simply doesn't have a UI Image assigned to it. If you assign one, it will show the quest's icon.