Modified first level

This commit is contained in:
OverflowNarhoym
2022-02-26 16:55:49 +01:00
parent 1dc131645d
commit 9fa665243b
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;
}
}