Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/unity-ui-components.svg?style=pkglnk)](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.

Comments

No comments yet. Be the first!