{"id":20991250,"url":"https://github.com/brenordv/unity-tag-selector","last_synced_at":"2026-05-22T05:33:46.876Z","repository":{"id":234076565,"uuid":"618998482","full_name":"brenordv/unity-tag-selector","owner":"brenordv","description":"A simple tool to allow associating existing tags with a string property. Can be used with string, string[] or List properties.","archived":false,"fork":false,"pushed_at":"2023-03-26T00:39:55.000Z","size":11975,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T08:13:07.890Z","etag":null,"topics":["inspector","tool","unity","unity3d","utility","utility-classes","utility-library","utils"],"latest_commit_sha":null,"homepage":"","language":"ShaderLab","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brenordv.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-03-26T00:31:11.000Z","updated_at":"2023-03-26T00:42:36.000Z","dependencies_parsed_at":"2024-04-18T04:41:45.146Z","dependency_job_id":"48642b7f-7eb9-43b5-b522-29cc98c9833f","html_url":"https://github.com/brenordv/unity-tag-selector","commit_stats":null,"previous_names":["brenordv/unity-tag-selector"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenordv%2Funity-tag-selector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenordv%2Funity-tag-selector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenordv%2Funity-tag-selector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenordv%2Funity-tag-selector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brenordv","download_url":"https://codeload.github.com/brenordv/unity-tag-selector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243401515,"owners_count":20285060,"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":["inspector","tool","unity","unity3d","utility","utility-classes","utility-library","utils"],"created_at":"2024-11-19T06:37:53.764Z","updated_at":"2025-12-29T05:41:57.218Z","avatar_url":"https://github.com/brenordv.png","language":"ShaderLab","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Tag Selector\nA simple tool to allow associating existing tags with a string property. Can be used with string, string[] or List\u003cstring\u003e properties.\n\n# Demo\n\n## Code\n```csharp\npublic class TagSelectorDemo : MonoBehaviour\n{\n    [SerializeField, TagSelector] private string singleTag;\n    [SerializeField, TagSelector] private string[] multipleTagsArray;\n    [SerializeField, TagSelector] private List\u003cstring\u003e multipleTagsList;\n}\n```\n\n## How it works\n![Demo](./readme_imgs/demo.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenordv%2Funity-tag-selector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrenordv%2Funity-tag-selector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenordv%2Funity-tag-selector/lists"}