This commit is contained in:
j.mei7
2022-03-03 18:19:53 +01:00
parent 7e0f3e6930
commit 0207486c95
40 changed files with 16328 additions and 188678 deletions

View File

@@ -12,6 +12,7 @@ public class PersonMovement : MonoBehaviour
agent = GetComponent<NavMeshAgent>();
agent.updateRotation = false;
agent.updateUpAxis = false;
//agent.avoidancePriority = Random.Range(1, 100);
}
public void SetTarget(Transform target)