Quest HUD not displaying

Announcements, support questions, and discussion for the Dialogue System.
DATLordNeo
Posts: 8
Joined: Mon Apr 17, 2023 3:08 am

Quest HUD not displaying

Post 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 320 times
Attachments
Screenshot 2023-04-17 092752.png
Screenshot 2023-04-17 092752.png (337.64 KiB) Viewed 318 times
Screenshot 2023-04-17 092644.png
Screenshot 2023-04-17 092644.png (177.58 KiB) Viewed 318 times
PNG.png
PNG.png (133.4 KiB) Viewed 319 times
Bild_2023-04-17_092913723.png
Bild_2023-04-17_092913723.png (314.18 KiB) Viewed 320 times
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest HUD not displaying

Post by Tony Li »

Hi,

In the Dialogue Editor window, did you tick Trackable and Track On Start?
DATLordNeo
Posts: 8
Joined: Mon Apr 17, 2023 3:08 am

Re: Quest HUD not displaying

Post by DATLordNeo »

Hi,
thanks for your reply and yes i did!

Here is the screenshot, if it helps!

thanks again!
Attachments
Bild_2023-04-17_150524927.png
Bild_2023-04-17_150524927.png (100.76 KiB) Viewed 310 times
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest HUD not displaying

Post 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.)
DATLordNeo
Posts: 8
Joined: Mon Apr 17, 2023 3:08 am

Re: Quest HUD not displaying

Post 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...
Attachments
Screenshot 2023-04-17 174424.png
Screenshot 2023-04-17 174424.png (218.57 KiB) Viewed 304 times
Bild_2023-04-17_174852739.png
Bild_2023-04-17_174852739.png (218.44 KiB) Viewed 304 times
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest HUD not displaying

Post 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.
DATLordNeo
Posts: 8
Joined: Mon Apr 17, 2023 3:08 am

Re: Quest HUD not displaying

Post by DATLordNeo »

Version 2.2.15 is what i am using.
DATLordNeo
Posts: 8
Joined: Mon Apr 17, 2023 3:08 am

Re: Quest HUD not displaying

Post by DATLordNeo »

The Problem is still there, idk if i made any changes to my Dialogue Manager or Prefabs that altered it
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest HUD not displaying

Post 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.
DATLordNeo
Posts: 8
Joined: Mon Apr 17, 2023 3:08 am

Re: Quest HUD not displaying

Post 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.
Post Reply