Skip to main content

Manual Style Changes

Since the UI of Dialogue Displays is built on top of standard Unity UI components, you can easily modify Dialogue Displays to suit your own designs by resizing components, adding images or text elements, changing sprites and colors of various elements, modifying the positions of components, etc..

Animation

The EasyTalk system uses the UIAnimator class to animate panels, text, and image components.

It supports sliding animations for showing and hiding components, and it also supports fading animations on all text and image components within a Dialogue Panel (Conversation Displays, Option Displays, and Continue Displays).

So if you add your own text or image components to an existing display panel, the animation will work on those components as well.