Blinking effect

Hello there i am trying to make a horror game and i want to include SCP Containment Breach blinking effect so if anyone could help me with the script that would be much appreciated (i am using unity 4)

I’m not sure how the blinking works in the games, is it user controlled? Either way, you could achieve this by creating a crescent shaped texture like so:

53878-crescent.png

Within Unity, you can add this to an Image object under the UI, and animate this image to move down to make the player’s eye close.

Alternatively, you can simply enable or disable a black image (0, 0, 0, 1 in RGBA) based on if they blink or not.