mirror of
https://github.com/tym1116/BH3.git
synced 2026-04-01 05:22:51 +02:00
Fix UI Shader
This commit is contained in:
@@ -8,7 +8,7 @@ namespace MoleMole
|
||||
|
||||
private void Start()
|
||||
{
|
||||
NavMeshAgent component = GetComponent<NavMeshAgent>();
|
||||
UnityEngine.AI.NavMeshAgent component = GetComponent<UnityEngine.AI.NavMeshAgent>();
|
||||
component.destination = goal.position;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user