Implement enemies getting to a finish, enemy dying
This commit is contained in:
@@ -61,7 +61,6 @@ public class NavMeshComponent : MonoBehaviour
|
||||
|
||||
private bool ReachedDestinationOrGaveUp()
|
||||
{
|
||||
|
||||
if (agent.pathPending)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user