Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/xipixeltexteffect.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/xipixeltexteffect)

README

XiPixelTextEffect The text effect for Unity 3D

⚙ Build and Release openupm semantic-release: angular

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.

Demo Video

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

Comments

No comments yet. Be the first!