{"id":14960943,"url":"https://github.com/baba-s/unicoroutineutils","last_synced_at":"2025-07-19T00:38:47.341Z","repository":{"id":110295107,"uuid":"204855881","full_name":"baba-s/UniCoroutineUtils","owner":"baba-s","description":"【Unity】どこからでもコルーチンを使用できるようにするクラス","archived":false,"fork":false,"pushed_at":"2020-06-14T05:03:36.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-07T03:14:10.828Z","etag":null,"topics":["kogane-unity-lib","unity","unity-script","unity-scripts","unity3d"],"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/baba-s.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":"2019-08-28T05:35:53.000Z","updated_at":"2020-10-05T23:59:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c302b3a-8b1b-4433-ab33-db043def47ae","html_url":"https://github.com/baba-s/UniCoroutineUtils","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"c1982af7fa6e8e34d00200ad3f77f597ace57594"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baba-s/UniCoroutineUtils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baba-s%2FUniCoroutineUtils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baba-s%2FUniCoroutineUtils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baba-s%2FUniCoroutineUtils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baba-s%2FUniCoroutineUtils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baba-s","download_url":"https://codeload.github.com/baba-s/UniCoroutineUtils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baba-s%2FUniCoroutineUtils/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265863793,"owners_count":23840888,"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":["kogane-unity-lib","unity","unity-script","unity-scripts","unity3d"],"created_at":"2024-09-24T13:23:30.138Z","updated_at":"2025-07-19T00:38:47.298Z","avatar_url":"https://github.com/baba-s.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uni Coroutine Utils\n\nどこからでもコルーチンを使用できるようにするクラス  \n\n## 使用例\n\n```cs\nusing System.Collections;\nusing UniCoroutine;\nusing UnityEngine;\n\npublic class Example\n{\n    private void Run()\n    {\n        // 1 フレーム後にコールバックを実行\n        CoroutineUtils.CallWaitForEndOfFrame( () =\u003e Debug.Log( \"ピカチュウ\" ) );\n\n        // 指定された秒数待機してからコールバックを実行\n        CoroutineUtils.CallWaitForSeconds( 1, () =\u003e Debug.Log( \"ピカチュウ\" ) );\n        \n        // 指定された条件を満たしたらコールバックを実行\n        CoroutineUtils.CallWaitForCondition( () =\u003e true, () =\u003e Debug.Log( \"ピカチュウ\" ) );\n\n        // コルーチンを実行\n        CoroutineUtils.StartCoroutine( Coroutine() );\n    }\n\n    private IEnumerator Coroutine()\n    {\n        yield break;\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaba-s%2Funicoroutineutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaba-s%2Funicoroutineutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaba-s%2Funicoroutineutils/lists"}