tin43800 / MirrorReflectionEffectForUGUI

A simple mirror reflection effect for a uGUI without reflection probes or shaders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MirrorReflectionEffectForUGUI

NOTE: This project will be merged to UIEffect.

This project is an experimental phase. Please give me your good ideas for better effects!

A simple mirror reflection effect for a uGUI without reflection probes or shaders.

<< Description | WebGL Demo | Download | Usage | Development Note >>





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.

Only 1 GameObject.





Demo

WebGL Demo





Usage

  1. Download MirrorReflectionEffectForUGUI.unitypackage from Releases.
  2. Import the package into your Unity project. Select Import Package > Custom Package from the Assets menu.
  3. Add UIMirrorReflection component to UI element (Image, RawImage, Text, etc...) from Add Component in inspector.
  4. Enjoy!
Requirement
  • Unity 5.5+ (included Unity 2018.x)
  • No other SDK are required





Development Note





License

  • MIT
  • © UTJ/UCL

Author

mob-sakai

See Also

About

A simple mirror reflection effect for a uGUI without reflection probes or shaders.

License:MIT License


Languages

Language:C# 73.1%Language:Shell 26.9%