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?
PS: The same effect is observed with text mesh pro enabled.
Text Overlapping in Quest Journal
Re: Text Overlapping in Quest Journal
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.
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.