Skip to content

Instantly share code, notes, and snippets.

@lucasmhdev
lucasmhdev / LightFlickerEffect.cs
Last active March 12, 2024 17:27 — forked from sinbad/LightFlickerEffect.cs
Unity simple & fast light flicker script
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Rendering.Universal;
// Written by Steve Streeting 2017
// License: CC0 Public Domain http://creativecommons.org/publicdomain/zero/1.0/
/// <summary>