{"id":34692791,"url":"https://github.com/alexeytaranov/labelfromstring","last_synced_at":"2025-12-24T22:02:55.872Z","repository":{"id":133575353,"uuid":"560120591","full_name":"AlexeyTaranov/LabelFromString","owner":"AlexeyTaranov","description":"(Unity) Editor Inspector Attribute for customize property labels","archived":false,"fork":false,"pushed_at":"2024-09-12T12:03:07.000Z","size":78,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-12T22:29:39.600Z","etag":null,"topics":["attributes","inspector","unity","unity3d","unityeditor"],"latest_commit_sha":null,"homepage":"","language":"C#","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/AlexeyTaranov.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,"publiccode":null,"codemeta":null}},"created_at":"2022-10-31T19:26:39.000Z","updated_at":"2024-09-12T12:03:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a9cffe2-cfc1-4716-9932-8af78aa69c7c","html_url":"https://github.com/AlexeyTaranov/LabelFromString","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexeyTaranov/LabelFromString","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexeyTaranov%2FLabelFromString","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexeyTaranov%2FLabelFromString/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexeyTaranov%2FLabelFromString/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexeyTaranov%2FLabelFromString/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexeyTaranov","download_url":"https://codeload.github.com/AlexeyTaranov/LabelFromString/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexeyTaranov%2FLabelFromString/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28010334,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["attributes","inspector","unity","unity3d","unityeditor"],"created_at":"2025-12-24T22:02:34.695Z","updated_at":"2025-12-24T22:02:55.867Z","avatar_url":"https://github.com/AlexeyTaranov.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LabelFromString Attribute\n\n## (Unity) Editor Inspector Attribute for customize property labels\n\n#### Attribute in action!\n![](Documentation~/AttributeActive.jpg \"Attribute Example\")\n\n#### Without Attribute\n![](Documentation~/Default.jpg \"Default inspector Example\")\n\n### How to Use?\n##### 1) Add attribute to property.\n##### 2) Override ToString()!\n\n### Installation:\n\n1. Select in UPM \"Add package from git URL...\"\n2. Install package with link.\n\n```\nhttps://github.com/AlexeyTaranov/LabelFromString.git\n```\n\n### LabelFromString Example:\n\n```csharp\n    [LabelFromString]\n    public NamedShape SingleNamedShape;\n\n    [Serializable]\n    public class NamedShape\n    {\n        public int Index;\n        public string Name;\n        public Vector3 Position;\n\n        public override string ToString()\n        {\n            return $\"{Index} {Name}, Position - {Position}\";\n        }\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexeytaranov%2Flabelfromstring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexeytaranov%2Flabelfromstring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexeytaranov%2Flabelfromstring/lists"}