Details

Add Vision Aura effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Vision > Aura

*without and with Camera Filter Pack Vision Aura


Property

Range

Default

Twist 0f to 2f 1f
Speed -4f to 4f 1f
PosX -1f to 2f 0.5f
PosY -1f to 2f 0.5f

Manipulate Vision Aura by script

Example:

// Drag and Drop your Camera GameObject 
// with the Vision Aura component 
// to your current script on the CamFX_Vision_Aura field 

public CameraFilterPack_Vision_Aura CamFX_Vision_Aura; 

void Update() 
{
	CamFX_Vision_Aura.Twist =  1f;
}