Details

Add Vision Eyes 2 effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Vision > Eyes 2

*without and with Camera Filter Pack Vision Eyes 2


Property

Range

Default

_EyeWave 1 to 32 15f
_EyeSpeed 0 to 10 1f
_EyeMove 0 to 8 2.0f
_EyeBlink 0 to 1 1.0f

Manipulate Vision Eyes 2 by script

Example:

// Drag and Drop your Camera GameObject 
// with the Vision Eyes 2 component 
// to your current script on the CamFX_Vision_Eyes 2 field 

public CameraFilterPack_EyesVision_2 CamFX_Vision_Eyes 2; 

void Update() 
{
	CamFX_Vision_Eyes 2._EyeWave =  15f;
}