Merge remote-tracking branch 'origin/Over' into Syntriax

This commit is contained in:
2022-02-26 19:01:08 +03:00
7 changed files with 20501 additions and 437 deletions

View File

@@ -14,7 +14,7 @@ namespace Camera
private void Update()
{
if (_cinemachineVirtualCamera.Follow == null && GameObject.FindWithTag("Player") != null)
if (_cinemachineVirtualCamera.Follow == null && GameObject.FindWithTag("Player") != null && !GameObject.Find("Fixed Camera Point"))
_cinemachineVirtualCamera.Follow = GameObject.FindWithTag("Player").transform;
}
}