{"id":19905139,"url":"https://github.com/solutena/getable","last_synced_at":"2026-05-13T00:32:23.470Z","repository":{"id":195523557,"uuid":"693087696","full_name":"solutena/Getable","owner":"solutena","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-13T00:55:04.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T07:42:23.260Z","etag":null,"topics":["getable","singleton","unity"],"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/solutena.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":"2023-09-18T10:20:21.000Z","updated_at":"2024-05-13T00:55:07.000Z","dependencies_parsed_at":"2024-05-13T01:42:45.188Z","dependency_job_id":null,"html_url":"https://github.com/solutena/Getable","commit_stats":null,"previous_names":["solutena/getable"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solutena/Getable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutena%2FGetable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutena%2FGetable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutena%2FGetable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutena%2FGetable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solutena","download_url":"https://codeload.github.com/solutena/Getable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutena%2FGetable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32963160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"last_error":"SSL_read: 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":["getable","singleton","unity"],"created_at":"2024-11-12T20:31:36.728Z","updated_at":"2026-05-13T00:32:23.450Z","avatar_url":"https://github.com/solutena.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getable\n\n싱글턴 대신 사용할 수 있는\n\n고유하게 존재하는 타입을 가져오기 위한 디자인 패턴입니다.\n\nUI에서 유용하게 사용할 수 있습니다.\n\n# 예제\n\n\n```\npublic class PlayerUI : Getable\n{\n    //스크립트\n}\n```\n\nGetable을 상속하면\n\n```\npublic class OtherUI : MonoBehaviour\n{\n    void Start\n    {\n        PlayerUI playerUI = Getable.Get\u003cPlayerUI\u003e();\n    }\n}\n```\n\n다음과 같이 다른 스크립트에서 Getable.Get\u003c타입\u003e() 함수로 가져올 수 있습니다.\n\n`Awake`에서 추가하고, `OnDestroy`에서 제거되므로\n\n`Get`해오기 전에 게임오브젝트가 한번은 켜져있어야 합니다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolutena%2Fgetable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolutena%2Fgetable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolutena%2Fgetable/lists"}