UIController

The UI Controller is placed at the Root of the Player UI Prefab

HEALTH

BarHealthDisplay: Use Sliders to display player statistics.

NumericHealthDisplay: Use Numbers through text ( TextMeshPro ) to display player statistics.

ATTACHMENTS

usingAttachmentColor: Color of an attachment UI element when it is equipped.

notUsingAttachmentColor: Color of an attachment UI element when it is unequipped. This is the default color.

More information regarding Attachments.

EXPERIENCE

lerpXPSpeed: Speed at which the XP bar is filled when collecting XP points.

UI EVENTS

displayEvents: An object showing death events will be displayed on kill

Last updated