Unity particles in UI

Hey,

I want to add particles effect over my UI elements. I researched and found that we can use this package

https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Controls/UIParticleSystem

to make unity particle system to be compatible with canvas elements.

But then I watched this tutorial

In this the guy just changed the transform on particle to rect transform. Is this correct way to use unity particle system with UI ?

Any suggestion? I don’t want to create sprite sheet for every effect ?

Take a look at this post:

2 Likes

Great