{"id":19840089,"url":"https://github.com/faster-games/ui-components","last_synced_at":"2026-04-21T09:32:25.899Z","repository":{"id":74700084,"uuid":"397695713","full_name":"faster-games/ui-components","owner":"faster-games","description":"A set of UI components for Unity's new UI Toolkit framework. 🎛🖊","archived":false,"fork":false,"pushed_at":"2021-08-18T21:54:58.000Z","size":496,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-31T01:22:35.006Z","etag":null,"topics":["unity","unity3d","unity3d-ui"],"latest_commit_sha":null,"homepage":"https://ui-components.faster-games.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faster-games.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-18T18:14:37.000Z","updated_at":"2025-03-12T07:46:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdb3187f-9818-4edf-ab5c-f0a0db0615d0","html_url":"https://github.com/faster-games/ui-components","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/faster-games/ui-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faster-games%2Fui-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faster-games%2Fui-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faster-games%2Fui-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faster-games%2Fui-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faster-games","download_url":"https://codeload.github.com/faster-games/ui-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faster-games%2Fui-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32085464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["unity","unity3d","unity3d-ui"],"created_at":"2024-11-12T12:25:33.562Z","updated_at":"2026-04-21T09:32:25.867Z","avatar_url":"https://github.com/faster-games.png","language":"C#","funding_links":["https://www.buymeacoffee.com/bengreenier"],"categories":[],"sub_categories":[],"readme":"# UI Components\n\nA set of UI components for Unity's new UI Toolkit framework. 🎛🖊\n\n![Project logo; A pink package on a grey background, next to the text \"UI Components\" in purple](./Documentation~/header.png)\n\n![GitHub package.json version](https://img.shields.io/github/package-json/v/faster-games/ui-components)\n[![openupm](https://img.shields.io/npm/v/com.faster-games.ui-components?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.faster-games.ui-components/)\n[![CI](https://github.com/faster-games/ui-components/actions/workflows/main.yml/badge.svg)](https://github.com/faster-games/ui-components/actions/workflows/main.yml)\n[![Discord](https://img.shields.io/discord/862006447919726604)](https://discord.gg/QfQE6rWQqq)\n\nThe 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.\n\n## Installing\n\nThis package supports [openupm](https://openupm.com/packages/com.faster-games.ui-components/) - you can install it using the following command:\n\n```\nopenupm add com.faster-games.ui-components\n```\n\nOr by adding directly to your `manifest.json`:\n\n\u003e Note: You may also use specific versions by appending `#{version}` where version is a [Release tag](https://github.com/faster-games/ui-components/releases) - e.g. `#v1.2.0`.\n\n```\ndependencies: {\n\t...\n\t\"com.faster-games.ui-components\": \"git+https://github.com/faster-games/ui-components.git\"\n}\n```\n\nOr by using [Package Manager](https://docs.unity3d.com/Manual/upm-ui-giturl.html) to \"Add a package from Git URL\", using the following url:\n\n```\nhttps://github.com/faster-games/ui-components.git\n```\n\n## Documentation\n\n\u003ccenter\u003e\n\n[Manual 📖](https://ui-components.faster-games.com/manual/getting-started.html) | [Scripting API 🔎](https://ui-components.faster-games.com/ref/FasterGames.UI.Components.html)\n\n\u003c/center\u003e\n\n\n### Quickstart\n\n- Learn about [UI Toolkit](https://docs.unity3d.com/Manual/UIElements.html).\n- Leverage these components in your UI.\n\n## Supporting the project\n\nIf this project saved you some time, and you'd like to see it continue to be invested in, consider [buying me a coffee. ☕](https://www.buymeacoffee.com/bengreenier) I do this full-time, and every little bit helps! 💙\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaster-games%2Fui-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaster-games%2Fui-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaster-games%2Fui-components/lists"}