Page 1 of 2

Quest HUD not displaying

Posted: Mon Apr 17, 2023 3:29 am
by DATLordNeo
I have an Issue with my Quest HUD in my Unity2D Game.
So what is happening is, that i have a Conversation where an NPC gives me a Quest. This Quest Displays in the Quest Log Window but not in the Quest Tracking HUD. The Text doesn't show the title nor a description.

Thanks again and for further Questions just reply.

Bild_2023-04-17_092859129.png
Bild_2023-04-17_092859129.png (283.94 KiB) Viewed 315 times

Re: Quest HUD not displaying

Posted: Mon Apr 17, 2023 8:05 am
by Tony Li
Hi,

In the Dialogue Editor window, did you tick Trackable and Track On Start?

Re: Quest HUD not displaying

Posted: Mon Apr 17, 2023 9:05 am
by DATLordNeo
Hi,
thanks for your reply and yes i did!

Here is the screenshot, if it helps!

thanks again!

Re: Quest HUD not displaying

Posted: Mon Apr 17, 2023 10:56 am
by Tony Li
What version of the Dialogue System are you using?

When you activate the quest, does anything new appear in the Hierarchy inside the Wheel Standard Quest Tracker HUD > Vertical Group? (The problem could be that it's there but inactive and not visible.)

Re: Quest HUD not displaying

Posted: Mon Apr 17, 2023 11:50 am
by DATLordNeo
I dont know which version i am on but a fairly recent one for sure!

here are some screenshot but it doesnt change anything if i force the HUD to show, its just the sample text not the one of the Quest. It does show in the Quest Log so thats really weird...

Re: Quest HUD not displaying

Posted: Mon Apr 17, 2023 11:54 am
by Tony Li
Hi,

You can find the version number in Assets > Plugins > Pixel Crushers > Dialogue System > _README.txt.

If possible, please back up your project, make sure the backup is good, then update to the current Dialogue System version. Then let me know if the problem still occurs.

Re: Quest HUD not displaying

Posted: Mon Apr 17, 2023 12:03 pm
by DATLordNeo
Version 2.2.15 is what i am using.

Re: Quest HUD not displaying

Posted: Mon Apr 17, 2023 12:27 pm
by DATLordNeo
The Problem is still there, idk if i made any changes to my Dialogue Manager or Prefabs that altered it

Re: Quest HUD not displaying

Posted: Mon Apr 17, 2023 1:12 pm
by Tony Li
Hi,

Do you mean still there in version 2.2.35?

Try inspecting your quest tracker HUD's Standard UI Quest Tracker component and tick the "Clear PlayerPrefs Key" if present. If you manually hide the quest tracker HUD (e.g., in C#), it records that in PlayerPrefs so the HUD stays hidden the next time you play the game. Maybe at some point the HUD was hidden. Clicking this button will clear that PlayerPrefs value.

Re: Quest HUD not displaying

Posted: Mon Apr 17, 2023 1:25 pm
by DATLordNeo
nothing seems to work, that didnt change anything neither :/
its fine i will try myself, thank you for your time anyways.
Im pretty sure the error is, that the Quest Tracker HUD doesnt get the Title and description, thats why it says the default value.