Page 1 of 1
is it possible to change to a different color
Posted: Wed Mar 31, 2021 12:35 pm
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!
Re: is it possible to change to a different color
Posted: Wed Mar 31, 2021 1:00 pm
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.
Re: is it possible to change to a different color
Posted: Thu Apr 01, 2021 12:53 pm
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!!!
Re: is it possible to change to a different color
Posted: Thu Apr 01, 2021 1:09 pm
by Tony Li
Happy to help!