mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-12 23:37:07 +00:00
adjust nav mesh build settings to match CharacterController on ped
This commit is contained in:
parent
9aef106f5d
commit
3ecddf8ef4
1 changed files with 3 additions and 3 deletions
|
@ -73,10 +73,10 @@ NavMeshProjectSettings:
|
||||||
m_Settings:
|
m_Settings:
|
||||||
- serializedVersion: 2
|
- serializedVersion: 2
|
||||||
agentTypeID: 0
|
agentTypeID: 0
|
||||||
agentRadius: 0.5
|
agentRadius: 0.25
|
||||||
agentHeight: 2
|
agentHeight: 1.75
|
||||||
agentSlope: 45
|
agentSlope: 45
|
||||||
agentClimb: 0.75
|
agentClimb: 0.3
|
||||||
ledgeDropHeight: 0
|
ledgeDropHeight: 0
|
||||||
maxJumpAcrossDistance: 0
|
maxJumpAcrossDistance: 0
|
||||||
minRegionArea: 2
|
minRegionArea: 2
|
||||||
|
|
Loading…
Reference in a new issue