Page 1 of 1
Quest Indicator Manager
Posted: Sat Jul 22, 2023 7:40 pm
by shortestyard57
I am attempting to show an indicator above a quest object (fetch type quest) using the quest indicator manager. I put a quest machine ID component on the object to have a unique ID to use with Set Indicator Action but I cannot get it to activate. Am I misunderstanding the quest ID? Does it have to be tied to an actual quest or can it be a unique name for reference in the quest editor?
https://imgur.com/a/UHVZW8Z
Re: Quest Indicator Manager
Posted: Sat Jul 22, 2023 9:00 pm
by Tony Li
Hi,
You also need to specify the entity ID (fetchCube).
Here's an example based on the Demo scene:
QM_IndicatorExample_2023-07-22.unitypackage
The scene has a big rabbit with Quest Machine ID "Big Chungus" and a Quest Indicator Manager (child GameObject).
The Villager has a modified Pesky Rabbits quest whose Active state > Actions list sets Big Chungus's indicator to "Interact".
Re: Quest Indicator Manager
Posted: Sun Jul 23, 2023 2:44 pm
by shortestyard57
Great thanks! Definitely thought entity ID was only for Quest Entity components.
Re: Quest Indicator Manager
Posted: Sun Jul 23, 2023 2:54 pm
by Tony Li
Happy to help!