Page 1 of 1

Customizing the Dialogue Browser window?

Posted: Thu Nov 16, 2023 2:14 pm
by aguynamededward
Hey there!

We're working on a game with a lot of character stat changes through the conversations, and my designer was looking to get some previews of how values could change throughout a convo.

I was planning on looking at the Dialogue Browser script to add additional debug data alongside/inside the nodes (or in the tooltips). Do you have any resources / advice as I dig into that area?

Appreciate all you do -
Edward

Re: Customizing the Dialogue Browser window?

Posted: Thu Nov 16, 2023 4:57 pm
by Tony Li
Hi Edward,

Yes, please see Customizing the Dialogue Editor. Assign your custom C# method to DialogueEditorWindow.customDrawDialogueEntryNode to draw extra info on dialogue entry nodes, or to DialogueEditorWindow.customDrawDialogueEntryInspector to draw extra info in the inspector view, etc.