Navmesh Agent trigger ? - Unity Answers
answers.unity.com › navmesh-agent-triggerNavmesh Agent trigger ? - Unity Answers using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.AI; public class hedefbul : MonoBehaviour { public GameObject target; public NavMeshAgent agent; // Start is called before the first frame update void Start() { } // Update is called once per frame