How to animate effects

The custom material inspector properties can be animated through the Animation window as any other Unity component.

If you don’t know how this is done you can follow this video:

Alternatively you can also use Scriptingto animate your properties however you want or a Tweening Library, like my personal favourite: DOTween.

Last updated