Instatiating multiple conversation lines at a time

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
justpolygon
Posts: 1
Joined: Wed Aug 23, 2023 12:43 am

Instatiating multiple conversation lines at a time

Post by justpolygon »

Hello! I'm trying to build a system currently that will make it so multiple text "bubbles" can be on screen a time. Essentially, when the next character speaks the previously spoken text bubble moves up the screen. From my understanding this isn't in the dialogue system by default, but I'm fine with coding my own system for it. Any suggestions for how I can create a function to do this that will override the current way it displays conversations but still using the standard menu, and any conversation I write? Thanks for the help in advance!
User avatar
Tony Li
Posts: 21680
Joined: Thu Jul 18, 2013 1:27 pm

Re: Instatiating multiple conversation lines at a time

Post by Tony Li »

Hi,

You can use the SMS Dialogue UI script and/or prefab for this. The prefab that ships with the Dialogue System is styled to look like an SMS app, but you can restyle it to look completely different.
Post Reply