[RELEASED] 2DxFX: 2D Sprite FX

We are proud to announce our newest asset 2DxFX - 2D Sprite FX

Unity Asset Store - The Best Assets for Game Making

2DxFX - 2D Sprite FX is trully a great asset that you must have if you are doing a 2D Game !

After many hours of works 2DxFX - 2D Sprite FX is an all new version of our preview asset Easy Sprite 2D, we have improve a lot of new features, including draw call optimisation, fixed so many bugs, improve our user interface and have much more posibilities.

That’s why we decide to create a new version 1.0, but we do it as an upgrade version for the preview Easy Sprite costumer with a special ugrade price.

We will upgrade our asset every weeks to increase the number of posibilities.

All your suggestions are welcome, it’s also your asset !

We are also working on an expert mode with revolutionar way to make your sprite living, stay tuned for more information.

Also, if you like this package, please rate it, this will be helpful for use.

Version 1.7.0:

  • Add Unity Canvas UI Image Support
  • Add Smoke FX
  • Add Waterfall FX
  • Work with the new Unity 5.3

Best Regards,
Vetasoft Unity Team

1 Like

VERSION 1.1 is coming with 2 new effect FX !

  • AMAZING REALISTIC FIRE FX
  • AMAZING REALISTIC FIRE FX ADDITIVE

Turn your Sprite into realistic Fire FX, work with Sprite Sheet !

Video demonstration of the fire FX

New version 1.2 is coming soon !

1 Like

Version 1.2 with Progress Bar effect FX for energy and HP with many options is coming Wednesday 5th !

Stay Tunes.

Also, if you like this package, please rate it, this will be helpful for use !

Version 1.2 is now available !

  • Add Progress Energy Bar Effect with API !

Exemple code for the use of the Progress Energy Bar on a gameobject

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

Just create a new script and link the gameobject with your 2DxFX Progress Energy Bar Sprite. You can now manipulate the energy by script.

1 Like

Version 1.3 is coming with awesome new effects

Some animated gif showing 2DxFX ( more soon )

Nice work!

1 Like

All the gifs in one video. This is only a small examples of many 2D effets, we will put video exemple to show the potential of this asset.

Version 1.2.5 is now available !

V1.2.5

  • Add Color Change, select a color and remplace the current color by a specified color
  • Now more than 50 effets !

Version 1.3 is coming next week with new incredible effects for your 2D games !

2DxFX version 1.3 is now available for Unity 5 and Unity 4.6.x !

  • Add Liquid FX
  • Add Liquify FX ( Turn to liquid )