XiTextPixelEffect
XiTextPixelEffect is simple text effect for unity Unity 3D.
com.hww.xipixeltexteffect 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/xipixeltexteffect.git#upm README Markdown
Copy this to your project's README.md
## Installation
Add **XiTextPixelEffect** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/xipixeltexteffect.git#upm
```
[](https://www.pkglnk.dev/pkg/xipixeltexteffect)README
XiPixelTextEffect The text effect for Unity 3D
A very simple visual effect in the style of classic arcade machines. It can be used for header screens or to show the progress score, or even as a count down counter.
![]()
Install
The package is available on the openupm registry. You can install it via openupm-cli.
openupm add com.hww.xipixeltexteffect
You can also install via git url by adding this entry in your manifest.json
"com.hww.xicore": "https://github.com/hww/XiPixelTextEffect.git#upm"
Usage
pixelTexts.SetText("Hello");
pixelTexts.Animate(PixelText.EAnmiation.MakeVisible);
yield return new WaitForSeconds(3);
pixelTexts.Animate(PixelText.EAnmiation.MakeInvisible);
No comments yet. Be the first!