Essential Systems / UI Components
UI Components
Enjoying Essential Systems?Leave a reviewLearn to use the included UI components.
Setup
Add the desired component script to any UI object in the scene.
Components
Change Text Color
Changes the color of a text object.
public ChangeTextColor colorChanger;
colorChanger.DoColor(); // change color
colorChanger.DoResetColor(); // reset color
Dot Dot Dot
Appends an animated ellipsis to the end of a text. Use Set() instead of setting text directly:
public DotDotDot textObject;
textObject.Set("Hello World!");
Fade In
Fades a UI element in on spawn. Works out of the box.
Impact
Creates an impact effect on spawn. Works out of the box.
Type Writer
Simulates a typewriter effect. Use Set() instead of setting text directly:
public TypeWriter textObject;
textObject.Set("Hello World!");
Last updated

