Warp Controller
There are 4 warp effects added in the demo scene. Every effect has a Warp Controller script attached to it. The controller will handle activating and configuring the warp and wormhole effects for you.
Configuration
Warp VFX
Contains the reference of the Warp VFX Graph effect
Wormhole Effects
Contains a list of all other SF Warp shader effects.
Wormhole Delay
Since the warp VFX needs a bit of time to start, we can specify a delay for all the additional effects that are using the Warp Shader
Start Duration
Specify the duration in seconds until the effect reaches the max intensity
Hold Duration
Specify the duration in seconds of how long the effect should stay at the max intensity
Stop Duration
Specify the cooldown time in seconds. That's the time that the effect needs to get from the max intensity to a complete stop
Magnitude
There is an additional integrated Camera Shaker script attached to the Main Camera. You only need to specify the strength of the camera shake, all the rest will be handled automatically.
The shake will also build up according to the start duration and cooldown according to the cooldown duration
Last updated