private IEnumerator BuildNavMeshAfterTime(float time) { yield return(new WaitForSeconds(time)); navMeshBuilder.Build(); }