Page 1 of 1

Text Overlapping in Quest Journal

Posted: Thu Mar 31, 2022 5:27 pm
by vikramapilla
Hello,

when the quest group text is too long, it overlaps with the quest title object. Could you please let me know if there exists a solution to resolve this?
Capture.PNG
Capture.PNG (263.09 KiB) Viewed 579 times
PS: The same effect is observed with text mesh pro enabled.

Re: Text Overlapping in Quest Journal

Posted: Thu Mar 31, 2022 6:37 pm
by Tony Li
Hi,

This isn't specific to Quest Machine. It's Unity UI layout. You can make the heading adjust its size to fit multi-line content by adjusting the Unity UI layout components. For example, disable the Quest Group Button's Layout Element and add a Vertical Layout Group with the Control Child Size checkboxes ticked. RayWenderlich.com has a helpful Unity UI Tutorial.