{"id":16209915,"url":"https://github.com/annulusgames/unityprogressbar","last_synced_at":"2025-03-02T08:34:45.380Z","repository":{"id":224169403,"uuid":"762574902","full_name":"annulusgames/UnityProgressBar","owner":"annulusgames","description":"Simple and robust progress bar components for Unity uGUI.","archived":false,"fork":false,"pushed_at":"2024-04-06T11:20:31.000Z","size":391,"stargazers_count":52,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-02T03:24:16.474Z","etag":null,"topics":["progress-bar","ugui","ui","ui-components","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/annulusgames.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-02-24T05:01:50.000Z","updated_at":"2025-02-10T12:44:52.000Z","dependencies_parsed_at":"2024-10-27T20:27:20.448Z","dependency_job_id":"c127e3d9-789c-4ab8-b595-2eec7a2c72b3","html_url":"https://github.com/annulusgames/UnityProgressBar","commit_stats":null,"previous_names":["annulusgames/unityprogressbar","yn01dev/unityprogressbar","yn01-dev/unityprogressbar"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annulusgames%2FUnityProgressBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annulusgames%2FUnityProgressBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annulusgames%2FUnityProgressBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annulusgames%2FUnityProgressBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/annulusgames","download_url":"https://codeload.github.com/annulusgames/UnityProgressBar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241481969,"owners_count":19969833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["progress-bar","ugui","ui","ui-components","unity"],"created_at":"2024-10-10T10:34:06.475Z","updated_at":"2025-03-02T08:34:45.332Z","avatar_url":"https://github.com/annulusgames.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Progress Bar\n Simple and robust progress bar components for Unity uGUI.\n\n\u003cimg src=\"https://github.com/AnnulusGames/UnityProgressBar/blob/main/docs/images/header.png\" width=\"800\"\u003e\n\n[![license](https://img.shields.io/badge/LICENSE-MIT-green.svg)](LICENSE)\n![unity-version](https://img.shields.io/badge/unity-2019.1+-000.svg)\n[![releases](https://img.shields.io/github/release/AnnulusGames/UnityProgressBar.svg)](https://github.com/AnnulusGames/UnityProgressBar/releases)\n\n[日本語版READMEはこちら](README_JA.md)\n\nUnity Progress Bar is a library that adds a `ProgressBar` component to Unity UI (uGUI). It is designed to be simple and easy to use, avoiding unnecessary complexity, and allows for easy creation of custom progress bars by inheriting from `ProgressBarBase`.\n\n## Setup\n\n### Requirements\n\n* Unity 2019.1 or later\n* Unity UI 1.0.0 or later\n\n### Installation\n\n1. Open the Package Manager from Window \u003e Package Manager.\n2. Click the \"+\" button \u003e Add package from git URL.\n3. Enter the following URL:\n\n```\nhttps://github.com/AnnulusGames/UnityProgressBar.git?path=Assets/UnityProgressBar\n```\n\nAlternatively, open Packages/manifest.json and add the following to the dependencies block:\n\n```json\n{\n    \"dependencies\": {\n        \"com.annulusgames.ugui-progress-bar\": \"https://github.com/AnnulusGames/UnityProgressBar.git?path=Assets/UnityProgressBar\"\n    }\n}\n```\n\n## Usage\n\nOnce Unity Progress Bar is installed, you can create a Progress Bar from the Create menu.\n\n\u003cimg src=\"https://github.com/AnnulusGames/UnityProgressBar/blob/main/docs/images/img-create.png\" width=\"600\"\u003e\n\n## Properties\n\n\u003cimg src=\"https://github.com/AnnulusGames/UnityProgressBar/blob/main/docs/images/img-inspector.png\" width=\"600\"\u003e\n\n| Property | Description |\n| - | - |\n| Min Value | Minimum value of the progress bar |\n| Max Value | Maximum value of the progress bar |\n| Value | Current value of the progress bar |\n| Fill Mode | Specifies how the fill is displayed |\n| Fill Image | (Only for FillMode.FillAmount) Image used for the fill portion |\n| Fill Rect | (Only for FillMode.Stretch) RectTransform used for the fill portion |\n| Direction | (Only for FillMode.Stretch) Direction in which the fill is stretched |\n| On Value Changed | Event executed when the value changes |\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannulusgames%2Funityprogressbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fannulusgames%2Funityprogressbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannulusgames%2Funityprogressbar/lists"}