4.7.0 Update
Available on the official Discord and Unity Asset Store.
Last updated
Available on the official Discord and Unity Asset Store.
Last updated
private FPSAnimator _fpsAnimator;
private void Start()
{
_fpsAnimator = GetComponent<FPSAnimator>();
_fpsAnimator.Initialize();
}