When I have more than 5 dialog options in a conversation, how does one scroll to the bottom? The 6th option isn't visible and, in case this is a "goodbye", the user can't exit the dialog.
You should also allow Up/Down/Esc perhaps to move or end the dialog.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
There a few ways to handle this.
The default is to add Button elements to the Menu to Shift the DialogList element up or down. These can optionally be set to show only when scrolling is possible. You can find an example of this setup with the default Inventory menu.
Alternatively, you can use this script on the AC wiki to scroll through using the mousewheel.
If your Menu uses Unity UI for rendering, you can also rely on a ScrollRect and Vertical Scrollbar.