Hello,
I have a schematic that displays many boxes of dialogue at a time. The dialogue boxes change size based on how long the text. Currently I have them displayed using a UI layout in a list, but if there's too much dialogue it runs off the screen. I would prefer to be able to spawn these dialogue boxes inside another box with a scroll bar. Is this possible? I know I could theoretically change the dialog box to a scroll box, but I would ideally be able to display different dialog boxes at once.
  • There's no built-in way for this, but since the UI boxes are spawned on individual canvases, maybe there's a way via a separate UI layer with a canvas prefab that sets up a scroll rect on it?

    Not sure if that's allowed or possible, though (i.e. having a scroll rect working directly on a canvas to scroll it).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.