Camera Settings
Creating a new camera shake
[SerializeField] private CameraShake shake; // expose in the inspector CameraShakeController.DoShake(shake); // call the shake
Last updated
[SerializeField] private CameraShake shake; // expose in the inspector
CameraShakeController.DoShake(shake); // call the shakeLast updated