Skip to content

A simple classic arcade games effect with the text by the particles

License

Notifications You must be signed in to change notification settings

hww/XiPixelTextEffect

Repository files navigation

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

About

A simple classic arcade games effect with the text by the particles

Resources

License

Stars

Watchers

Forks

Packages

No packages published