{"id":13786037,"url":"https://github.com/mob-sakai/MirrorReflectionEffectForUGUI","last_synced_at":"2025-05-11T22:30:35.673Z","repository":{"id":64159989,"uuid":"136442679","full_name":"mob-sakai/MirrorReflectionEffectForUGUI","owner":"mob-sakai","description":"A simple mirror reflection effect for a uGUI without reflection probes or shaders.","archived":false,"fork":false,"pushed_at":"2018-06-14T16:49:16.000Z","size":6866,"stargazers_count":124,"open_issues_count":1,"forks_count":32,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-29T06:32:15.632Z","etag":null,"topics":["effect","mirror","reflection","ugui","ui","unity","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mob-sakai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-07T07:57:58.000Z","updated_at":"2025-01-31T19:51:02.000Z","dependencies_parsed_at":"2023-01-15T01:00:15.416Z","dependency_job_id":null,"html_url":"https://github.com/mob-sakai/MirrorReflectionEffectForUGUI","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mob-sakai%2FMirrorReflectionEffectForUGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mob-sakai%2FMirrorReflectionEffectForUGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mob-sakai%2FMirrorReflectionEffectForUGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mob-sakai%2FMirrorReflectionEffectForUGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mob-sakai","download_url":"https://codeload.github.com/mob-sakai/MirrorReflectionEffectForUGUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253645069,"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":["effect","mirror","reflection","ugui","ui","unity","unity3d"],"created_at":"2024-08-03T19:01:08.472Z","updated_at":"2025-05-11T22:30:34.768Z","avatar_url":"https://github.com/mob-sakai.png","language":"C#","readme":"MirrorReflectionEffectForUGUI\n===\n\n### NOTE: This project *will be* merged to [UIEffect](https://github.com/mob-sakai/UIEffect).\n\nA simple mirror reflection effect for a uGUI without reflection probes or shaders.\n\n\n[![](https://img.shields.io/github/release/mob-sakai/MirrorReflectionEffectForUGUI.svg?label=latest%20version)](https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/releases)\n[![](https://img.shields.io/github/release-date/mob-sakai/MirrorReflectionEffectForUGUI.svg)](https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/releases)\n![](https://img.shields.io/badge/unity-5.5%2B-green.svg)\n[![](https://img.shields.io/github/license/mob-sakai/MirrorReflectionEffectForUGUI.svg)](https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/blob/master/LICENSE.txt)\n\n\n\n\u003c\u003c [Description](#Description) | [WebGL Demo](#demo) | [Download](https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/releases) | [Usage](#usage) | [Development Note](#development-note) \u003e\u003e\n\n### [RELEASE NOTE ![](https://img.shields.io/github/release-date/mob-sakai/MirrorReflectionEffectForUGUI.svg?label=last%20updated\u0026style=for-the-badge)](https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/blob/develop/CHANGELOG.md)\n\n\n\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## Description\n\nMirrorReflectionEffectForUGUI provides a simple mirror reflection effect for a uGUI element in Unity.  \nThis effect modifies UIVertices but does not require reflection probes or shaders.  \n![](https://user-images.githubusercontent.com/12690315/41038132-429a2444-69d0-11e8-88a0-59445afdf297.gif)\n![](https://user-images.githubusercontent.com/12690315/41037821-5d656028-69cf-11e8-897f-46aa64870bc5.gif)\n\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## Demo\n\n[WebGL Demo](http://mob-sakai.github.io/MirrorReflectionEffectForUGUI)\n\n\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## Usage\n\n1. Download MirrorReflectionEffectForUGUI.unitypackage from [Releases](https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/releases).\n1. Import the package into your Unity project. Select `Import Package \u003e Custom Package` from the `Assets` menu.\n1. Add `UIMirrorReflection` component to UI element (Image, RawImage, Text, etc...) from `Add Component` in inspector.\n1. Enjoy!\n\n\n##### Requirement\n\n* Unity 5.5+ *(included Unity 2018.x)*\n* No other SDK are required\n\n\n\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## Development Note\n\n\n\n\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## License\n\n* MIT\n* © UTJ/UCL\n\n\n\n## Author\n\n[mob-sakai](https://github.com/mob-sakai)\n\n\n\n## See Also\n\n* GitHub page : https://github.com/mob-sakai/MirrorReflectionEffectForUGUI\n* Releases : https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/releases\n* Issue tracker : https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/issues\n* Current project : https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/projects/1\n* Change log : https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/blob/master/CHANGELOG.md\n","funding_links":[],"categories":["C\\#","UI Shader"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmob-sakai%2FMirrorReflectionEffectForUGUI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmob-sakai%2FMirrorReflectionEffectForUGUI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmob-sakai%2FMirrorReflectionEffectForUGUI/lists"}