Resume of some effects in 2DxFX
-
4 Gradients


Desintegration

Sprite Color RGB

Circle Fade FX

FIRE FX

2DxFX - 2D Sprite FX - Realistic Fire FX for your Sprite – 00:33
— Vetasoft
ENERGY BAR

using UnityEngine; using System.Collections; public class TestInput : MonoBehaviour { public _2dxFX_EnergyBar Progres; public float bar; // Use this for initialization void Start () { } // Update is called once per frame void Update () { Progres.BarProgress = bar; } }#HSV Color change
