Scaled Time

Video about it:

The default shader variant of the asset uses the built in Unity “_Time” shader property to animate some effects. “_Time” is scaled, which means that if you pause the game all animated effects will pause too. If you want all shader effect animations to keep playing, use the Scale Time shader variant and add the SetGlobalTime.cs script to an active object of your scene.

To change the shader variant use the asset component:

Last updated