is it possible to change to a different color

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
burgesssally787
Posts: 2
Joined: Wed Mar 31, 2021 5:51 am

is it possible to change to a different color

Post by burgesssally787 »

Hey!
I have a question: is it possible to change the lines with text to a different color?
Also, is it possible to change the color of the menu bars?
thanks!
User avatar
Tony Li
Posts: 22047
Joined: Thu Jul 18, 2013 1:27 pm

Re: is it possible to change to a different color

Post by Tony Li »

Hi,

Yes, you can change everything.

Here are some options to change subtitle text to a different color:
  • Inspect the dialogue UI's subtitle panel(s). Change the colors used by the Text / TextMeshProUGUI components.
  • Or add a Dialogue Actor to the GameObject that represents an actor. Tick the option at the bottom to specify a text color for that actor. (More info: Dialogue Actor, Character GameObject Assignments)
  • Or include emphasis tags or rich text codes in the dialogue entry node's Dialogue Text.
To change the colors of the menu bars, inspect the menu button(s) in your dialogue UI. Each button has an Image component. You can set the component's Color.
burgesssally787
Posts: 2
Joined: Wed Mar 31, 2021 5:51 am

Re: is it possible to change to a different color

Post by burgesssally787 »

Tony Li wrote: Wed Mar 31, 2021 1:00 pm Hi,

Yes, you can change everything.

Here are some options to change subtitle text to a different color:
To change the colors of the menu bars, inspect the menu button(s) in your dialogue UI. Each button has an Image component. You can set the component's Color.
Great, thanks!!!
User avatar
Tony Li
Posts: 22047
Joined: Thu Jul 18, 2013 1:27 pm

Re: is it possible to change to a different color

Post by Tony Li »

Happy to help!
Post Reply