Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mob-sakai/mirrorreflectioneffectforugui
A simple mirror reflection effect for a uGUI without reflection probes or shaders.
https://github.com/mob-sakai/mirrorreflectioneffectforugui
effect mirror reflection ugui ui unity unity3d
Last synced: about 2 months ago
JSON representation
A simple mirror reflection effect for a uGUI without reflection probes or shaders.
- Host: GitHub
- URL: https://github.com/mob-sakai/mirrorreflectioneffectforugui
- Owner: mob-sakai
- License: mit
- Created: 2018-06-07T07:57:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T16:49:16.000Z (over 6 years ago)
- Last Synced: 2024-08-03T19:09:46.527Z (5 months ago)
- Topics: effect, mirror, reflection, ugui, ui, unity, unity3d
- Language: C#
- Size: 6.55 MB
- Stars: 117
- Watchers: 15
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
MirrorReflectionEffectForUGUI
===### NOTE: This project *will be* merged to [UIEffect](https://github.com/mob-sakai/UIEffect).
A simple mirror reflection effect for a uGUI without reflection probes or shaders.
[![](https://img.shields.io/github/release/mob-sakai/MirrorReflectionEffectForUGUI.svg?label=latest%20version)](https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/releases)
[![](https://img.shields.io/github/release-date/mob-sakai/MirrorReflectionEffectForUGUI.svg)](https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/releases)
![](https://img.shields.io/badge/unity-5.5%2B-green.svg)
[![](https://img.shields.io/github/license/mob-sakai/MirrorReflectionEffectForUGUI.svg)](https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/blob/master/LICENSE.txt)<< [Description](#Description) | [WebGL Demo](#demo) | [Download](https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/releases) | [Usage](#usage) | [Development Note](#development-note) >>
### [RELEASE NOTE ![](https://img.shields.io/github/release-date/mob-sakai/MirrorReflectionEffectForUGUI.svg?label=last%20updated&style=for-the-badge)](https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/blob/develop/CHANGELOG.md)
## DescriptionMirrorReflectionEffectForUGUI provides a simple mirror reflection effect for a uGUI element in Unity.
This effect modifies UIVertices but does not require reflection probes or shaders.
![](https://user-images.githubusercontent.com/12690315/41038132-429a2444-69d0-11e8-88a0-59445afdf297.gif)
![](https://user-images.githubusercontent.com/12690315/41037821-5d656028-69cf-11e8-897f-46aa64870bc5.gif)
## Demo[WebGL Demo](http://mob-sakai.github.io/MirrorReflectionEffectForUGUI)
## Usage1. Download MirrorReflectionEffectForUGUI.unitypackage from [Releases](https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/releases).
1. Import the package into your Unity project. Select `Import Package > Custom Package` from the `Assets` menu.
1. Add `UIMirrorReflection` component to UI element (Image, RawImage, Text, etc...) from `Add Component` in inspector.
1. Enjoy!##### Requirement
* Unity 5.5+ *(included Unity 2018.x)*
* No other SDK are required
## Development Note
## License* MIT
* © UTJ/UCL## Author
[mob-sakai](https://github.com/mob-sakai)
## See Also
* GitHub page : https://github.com/mob-sakai/MirrorReflectionEffectForUGUI
* Releases : https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/releases
* Issue tracker : https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/issues
* Current project : https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/projects/1
* Change log : https://github.com/mob-sakai/MirrorReflectionEffectForUGUI/blob/master/CHANGELOG.md