🌏 한국어
Provide components to use Unity UI more efficiently
- Install Game Package Manger
- Run : Unity Menu > Tools > GPM > Manager
- Service installation : UI
- 2019.4.0 or higher
using Gpm.UI;
Component | Description |
---|---|
Infinite Scroll | Scroll Rect (Scroll View) creates items to fit in content and allows them to be reusable. |
Tab Control | The TabControl component controls Tab and TabPage, which are frequently used in UI. |
Multi Layout | The multi-layout component configures RectTransform data of UI component into many layouts so as to deal with resolution or orientation. |
DraggableRect | This component allows you to drag UI. |
ContentSizeSetter | This component sets the size of other UI content. |
WrapLayoutGroup | A component that aligns child elements vertically or horizontally within the UI rectangle (RectTanform). |
WebCacheImage | This is a component that caches and displays web images using URLs. |