Unity UI Components
Useful MonoBehaviour components for Unity UI.
com.grimbarinteractive.unity-ui-components 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unity-ui-components.git README Markdown
Copy this to your project's README.md
## Installation
Add **Unity UI Components** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unity-ui-components.git
```
[](https://www.pkglnk.dev/pkg/unity-ui-components)Dependencies (4)
README
Unity UI Components
Various useful MonoBehaviour components for building interfaces using Unity UI (UGUI) and other Grimbar packages.
Use
This package comes with several inheritable UI component base classes for quicker scripting. Need a script that gets a Canvas, Button, or Image reference? Inherit from CanvasComponent, ButtonComponent, ImageComponent or others!
The package also has components that utilize the Unity Variables and Unity State packages. When these packages are added to a project you can use state and boolean-based canvas enablers to build out a powerful UI system from simple and flexible components.
No comments yet. Be the first!