일부 건물의 테두리에 NavMesh가 깔려있지 않은 문제 수정

Collider를 없앤 후 NavMesh를 설치하여 NavMesh를 생성, 그 후에 Collider를 생성하여 빈 공간이 없도록 함
건물에 의해 갈 수 없는 공간도 갈 수 있다고 판단하게 되지만 Collider에 의해 막히기 때문에 괜찮다고 판단

추가로 적의 인지 범위를 조정함
This commit is contained in:
2026-02-19 15:47:17 +09:00
parent dfb41b0d57
commit 01e7291bed
13 changed files with 114 additions and 36 deletions

View File

@@ -142,7 +142,7 @@ MonoBehaviour:
m_EditorClassIdentifier: Assembly-CSharp::Northbound.EnemyAIController
ShowTopMostFoldoutHeaderGroup: 1
aiType: 2
detectionRange: 15
detectionRange: 6
detectionAngle: 360
playerLayer:
serializedVersion: 2