Modified first level
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user