UI Components
A set of UI components for Unity's new UI Toolkit framework. ð\x9F\x8E\x9Bð\x9F\x96\x8A
com.faster-games.ui-components 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/ui-components.git README Markdown
Copy this to your project's README.md
## Installation
Add **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/ui-components.git
```
[](https://www.pkglnk.dev/pkg/ui-components)Dependencies (1)
README
UI Components
A set of UI components for Unity's new UI Toolkit framework. 🎛🖊

The new Unity UI Toolkit provides a browser-like way to create UI in Unity Games. However, this core set of tools doesn't come with much. As a result, I wanted to create a set of primitives I could reuse to reduce boilerplate. This is that set.
Installing
This package supports openupm - you can install it using the following command:
openupm add com.faster-games.ui-components
Or by adding directly to your manifest.json:
Note: You may also use specific versions by appending
#{version}where version is a Release tag - e.g.#v1.2.0.
dependencies: {
...
"com.faster-games.ui-components": "git+https://github.com/faster-games/ui-components.git"
}
Or by using Package Manager to "Add a package from Git URL", using the following url:
https://github.com/faster-games/ui-components.git
Documentation
Quickstart
- Learn about UI Toolkit.
- Leverage these components in your UI.
Supporting the project
If this project saved you some time, and you'd like to see it continue to be invested in, consider buying me a coffee. ☕ I do this full-time, and every little bit helps! 💙
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In