UGUIs
UGUIs stands for Unity Graphical User Interfaces. It is a system within the Unity game engine used for creating interactive visual elements that users can interact with, such as menus, buttons, sliders, and text displays. UGUIs are a fundamental part of developing applications and games in Unity, allowing developers to build user interfaces that are responsive and visually appealing.
The UGUI system is built around a hierarchy of GameObjects. The core component is the Canvas, which
Layout is managed using RectTransform, which replaces the standard Transform for UI elements. RectTransform allows for