Skip to content

Instantly share code, notes, and snippets.

View FatPugStudio's full-sized avatar
🏠
Working from home

Fat Pug Studio FatPugStudio

🏠
Working from home
View GitHub Profile
using UnityEngine;
using UnityEngine.UI;
using System.Collections;
using System.Collections.Generic;
/// <summary>
/// Add this component to your Cinemachine Virtual Camera to have it shake when calling its ShakeCamera methods.
/// </summary>
public class CinemachineCameraShaker : MonoBehaviour
{