Page 1 of 1
Quest Tracker HUD appearing twice
Posted: Mon Dec 02, 2024 11:55 am
by cboogy
I've added the Quest tracker HUD from the Dialogue Manager prefabs, and made a few design tweaks. However, now, for some reason, a second Quest Tracker HUD game object is being created upon play, resulting in overlapping UI.
Attaching two screenshots below, one showing the UI issue, and one showing the duplicated Game Object in the Hierarchy.
Re: Quest Tracker HUD appearing twice
Posted: Mon Dec 02, 2024 12:08 pm
by cboogy
In case it's helpful, I'm using the TextMeshPro UI for the Dialogue UI - not sure if that would have any bearing
Re: Quest Tracker HUD appearing twice
Posted: Mon Dec 02, 2024 12:55 pm
by cboogy
I "fixed" this in a really hacky way where I simply moved the prefab Quest Tracker HUD UI elements really far off the canvas — so it's not urgent per se, but ultimately 2 game objects are still being created.
Re: Quest Tracker HUD appearing twice
Posted: Mon Dec 02, 2024 2:51 pm
by Tony Li
Hi,
Inspect the Dialogue Manager GameObject's Instantiate Prefabs component and remove the Basic Standard UI Quest Tracker prefab from the Prefabs list. There's no need to instantiate it since you've already added an instance to the Dialogue Manager's Canvas and customized it.
Re: Quest Tracker HUD appearing twice
Posted: Mon Dec 02, 2024 8:36 pm
by cboogy
Thank you so much!
Re: Quest Tracker HUD appearing twice
Posted: Mon Dec 02, 2024 9:22 pm
by Tony Li
Glad to help!