How to change Pos X & Y in subtitle panels

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Feed
Posts: 5
Joined: Sun May 12, 2019 11:56 am

How to change Pos X & Y in subtitle panels

Post by Feed »

Hi, after reading the reading the manual and whatching the videos, i haven't found anything on this topic.

How do i edit, for example, NPC's Protrait Image?
User avatar
Tony Li
Posts: 22056
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to change Pos X & Y in subtitle panels

Post by Tony Li »

Hi,

The Dialogue Manager's Dialogue UI field can point to a dialogue UI in the scene or a prefab. (If it points to a prefab, the Dialogue System will instantiate a copy of the prefab at runtime. )

If your Dialogue UI field points to a prefab, add an instance of that prefab to the Dialogue Manager's Canvas so you can modify it. Move around the UI elements like any other standard Unity UI stuff. When you're done, either assign this scene instance to the Dialogue UI field or save it as a new prefab and assign that prefab to the field.

You can find more information in this tutorial: Dialogue UI Tutorial (includes text and video versions).
Post Reply