{"id":13786256,"url":"https://github.com/uzimaru0000/Unity-Fade","last_synced_at":"2025-05-11T22:30:53.233Z","repository":{"id":88419463,"uuid":"91200203","full_name":"uzimaru0000/Unity-Fade","owner":"uzimaru0000","description":"ImageEffect of fade","archived":false,"fork":false,"pushed_at":"2017-05-13T20:36:17.000Z","size":27,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T12:21:42.683Z","etag":null,"topics":["assets","fade","unity3d"],"latest_commit_sha":null,"homepage":null,"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/uzimaru0000.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}},"created_at":"2017-05-13T20:12:05.000Z","updated_at":"2024-03-30T15:37:46.000Z","dependencies_parsed_at":"2024-01-17T05:14:02.766Z","dependency_job_id":"4bcf7377-1227-47c4-aa12-e62d9d593b55","html_url":"https://github.com/uzimaru0000/Unity-Fade","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzimaru0000%2FUnity-Fade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzimaru0000%2FUnity-Fade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzimaru0000%2FUnity-Fade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzimaru0000%2FUnity-Fade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uzimaru0000","download_url":"https://codeload.github.com/uzimaru0000/Unity-Fade/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253645103,"owners_count":21941311,"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":["assets","fade","unity3d"],"created_at":"2024-08-03T19:01:12.552Z","updated_at":"2025-05-11T22:30:52.629Z","avatar_url":"https://github.com/uzimaru0000.png","language":"C#","readme":"# Unity-Fade\n\n## Discription\nUnityでFadeIn/Outを使うAssets\n\n## How to Use\n\n1. `Fade.cs`をMainCameraにアタッチ  \n1. 各スクリプトで以下のように使う\n```csharp\nvar fader = Camera.main.GetComponent\u003cFade\u003e();\nfader.FadeIn(0.5f, () =\u003e print(\"Finish FadeIn!\"))\n     .FadeOut(0.5f, () =\u003e print(\"Finish FadeOut!\"));\n```\n\n## Method\n\n### FadeClass\n- `Fade FadeIn(float time, System.Action callback = null)`  \n     time秒でフェードインした後callbackを実行\n- `Fade FadeOut(float time, System.Action callback = null)`  \n     time秒でフェードアウトした後callbackを実行\n","funding_links":[],"categories":["Effect"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzimaru0000%2FUnity-Fade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuzimaru0000%2FUnity-Fade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzimaru0000%2FUnity-Fade/lists"}