Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)






## Description

MirrorReflectionEffectForUGUI 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)






## Usage

1. 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