일부 건물의 테두리에 NavMesh가 깔려있지 않은 문제 수정
Collider를 없앤 후 NavMesh를 설치하여 NavMesh를 생성, 그 후에 Collider를 생성하여 빈 공간이 없도록 함 건물에 의해 갈 수 없는 공간도 갈 수 있다고 판단하게 되지만 Collider에 의해 막히기 때문에 괜찮다고 판단 추가로 적의 인지 범위를 조정함
This commit is contained in:
@@ -142,7 +142,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier: Assembly-CSharp::Northbound.EnemyAIController
|
||||
ShowTopMostFoldoutHeaderGroup: 1
|
||||
aiType: 2
|
||||
detectionRange: 15
|
||||
detectionRange: 6
|
||||
detectionAngle: 360
|
||||
playerLayer:
|
||||
serializedVersion: 2
|
||||
|
||||
@@ -142,7 +142,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier: Assembly-CSharp::Northbound.EnemyAIController
|
||||
ShowTopMostFoldoutHeaderGroup: 1
|
||||
aiType: 3
|
||||
detectionRange: 15
|
||||
detectionRange: 6
|
||||
detectionAngle: 360
|
||||
playerLayer:
|
||||
serializedVersion: 2
|
||||
|
||||
Reference in New Issue
Block a user