https://github.com/mob-sakai/ShinyEffectForTMPro
ShinyEffectForTMPro provide shiny effect component for TextMeshPro in Unity.
https://github.com/mob-sakai/ShinyEffectForTMPro
component effect shader shiny textmeshpro ugui ui unity unity3d
Last synced: 5 months ago
JSON representation
ShinyEffectForTMPro provide shiny effect component for TextMeshPro in Unity.
- Host: GitHub
- URL: https://github.com/mob-sakai/ShinyEffectForTMPro
- Owner: mob-sakai
- License: mit
- Created: 2018-12-13T02:32:16.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-03-04T12:17:17.000Z (about 6 years ago)
- Last Synced: 2024-05-02T00:55:16.582Z (12 months ago)
- Topics: component, effect, shader, shiny, textmeshpro, ugui, ui, unity, unity3d
- Language: C#
- Size: 17.1 MB
- Stars: 89
- Watchers: 9
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-unity-open-source-on-github - ShinyEffectForTMPro - shiny effect component (TextMesh Pro)
README
ShinyEffectForTMPro
===### NOTE: This project is experimental.
### NOTE: This project is a derivative project of [MeshEffectForTextMeshPro](https://github.com/mob-sakai/MeshEffectForTextMeshPro).
### NOTE: This project will be integrated to [UIEffect](https://github.com/mob-sakai/UIEffect).ShinyEffectForTMPro provide shiny effect component for TextMeshPro in Unity.

[](https://github.com/mob-sakai/ShinyEffectForTMPro/releases)
[](https://github.com/mob-sakai/ShinyEffectForTMPro/releases)

[](https://github.com/mob-sakai/ShinyEffectForTMPro/blob/master/LICENSE.txt)
[](http://makeapullrequest.com)<< [Description](#Description) | [WebGL Demo](#demo) | [Download](https://github.com/mob-sakai/ShinyEffectForTMPro/releases) | [Usage](#usage) | [Development Note](#development-note) | [Change log](https://github.com/mob-sakai/ShinyEffectForTMPro/blob/master/CHANGELOG.md) >>
### What's new? [See changelog ](https://github.com/mob-sakai/ShinyEffectForTMPro/blob/develop/CHANGELOG.md)
### Do you want to receive notifications for new releases? [Watch this repo ](https://github.com/mob-sakai/ShinyEffectForTMPro/subscription)
## DescriptionShinyEffectForTMPro provide shiny effect component (from [UIEffect](https://github.com/mob-sakai/UIEffect)) for TextMeshPro in Unity.
It works well not only for standard Graphic components (Image, RawImage, Text, etc.) but also for TextMeshPro and TextMeshProUGUI.

#### Features
* Rotation, width, softness, brightness and gloss of shiny effect.
* Effect area: RectTransform, Fit, Split by character.
* Support `` and `` tags.
* You can control effect properties from script, AnimationClip and inspector.
* Works well not only for standard Graphic components (Image, RawImage, Text, etc.) but also for TextMeshPro and TextMeshProUGUI.
* No useless allocation.
* Easy to set up.
## Demo[WebGL Demo](http://mob-sakai.github.io/ShinyEffectForTMPro)

## Usage1. Download ShinyEffectForTMPro.unitypackage from [Releases](https://github.com/mob-sakai/ShinyEffectForTMPro/releases).
2. Import the package into your Unity project. Click `Import Package > Custom Package` from the `Assets` menu.
3. Enable `TexCoord1` and `TexCoord2` channels of canvas.


4. Add UIShiny component to TextMeshPro from `Add Component` in inspector or `Component > MeshEffectForTMPro > UIShiny` menu.
5. Set shiny material preset to the TextMeshPro component. Press the Fix button to generate or set shiny material preset.

6. (Option) Set shiny sprite asset to the TextMeshPro component. Press the Fix button to generate or set shiny sprite asset.

7. Adjust the parameters of the effect as you like, in inspector.

8. Enjoy!##### Requirement
* Unity 5.6+ *(including Unity 2019.x)*
* TextMeshPro v1.0.0+
## Development Note
## License* MIT
* © UTJ/UCL## Author
[mob-sakai](https://github.com/mob-sakai)
## See Also
* GitHub page : https://github.com/mob-sakai/ShinyEffectForTMPro
* Releases : https://github.com/mob-sakai/ShinyEffectForTMPro/releases
* Issue tracker : https://github.com/mob-sakai/ShinyEffectForTMPro/issues
* Current project : https://github.com/mob-sakai/ShinyEffectForTMPro/projects/1
* Change log : https://github.com/mob-sakai/ShinyEffectForTMPro/blob/master/CHANGELOG.md