Collisions, AI tweaks

This commit is contained in:
2025-09-06 00:44:27 +02:00
parent a11c5a8dd7
commit e397d13f41
5 changed files with 78 additions and 107 deletions

View File

@@ -103,11 +103,7 @@ public class RoomHandler : MonoBehaviour
agent.Warp(spawnPosition);
}
if (agent.isOnNavMesh)
{
Debug.Log("Enemy successfully placed on NavMesh");
}
else
if (!agent.isOnNavMesh)
{
Debug.LogWarning("Enemy could not be placed on NavMesh");
}