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?
How to change Pos X & Y in subtitle panels
Re: How to change Pos X & Y in subtitle panels
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).
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).