public void SCamFocusOnAgent() { if (sCam != null) { sCam.focusTarget = agentsController.GetCurrentAgentHeadPosition().gameObject; } }