Is there a way to disable all HUD in conversation?
Is there a way to disable all HUD in conversation?
I have made the game pause when the player talks to an NPC, how would I remove all the HUD at the same time during conversation?
Re: Is there a way to disable all HUD in conversation?
Hi,
The easiest way is to add a Dialogue System Events component to the Dialogue Manager GameObject. Configure the OnConversationStart() event to disable the Canvas components on the canvases that contain HUDs. Configure OnConversationEnd() to re-enable them.
The easiest way is to add a Dialogue System Events component to the Dialogue Manager GameObject. Configure the OnConversationStart() event to disable the Canvas components on the canvases that contain HUDs. Configure OnConversationEnd() to re-enable them.