Overlapping response menu bubbles

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
pmand
Posts: 15
Joined: Wed Mar 01, 2023 1:09 pm

Overlapping response menu bubbles

Post by pmand »

I'm using "Bubble Template Standard UI Menu Panel" to display response menu on top of my player character.
The problem is sometimes the first menu option has a long text and overlaps the second menu bubble (making it unreadable).
Any suggestions how I can fix this?
Thanks!
User avatar
Tony Li
Posts: 21633
Joined: Thu Jul 18, 2013 1:27 pm

Re: Overlapping response menu bubbles

Post by Tony Li »

Hi,

One solution is to add a Vertical Layout Group component to the menu panel's Main Panel GameObject. UNtick the Child Force Expand checkboxes, tick the Control Child Size checkboxes, and set Child Alignment to Lower Center.

Alternatively, use shorter paraphrases in the response nodes' Menu Text fields. Put the full text in the Dialogue Text fields. This makes it a little less overwhelming for the player to read the menu.
Post Reply