SanAndreasUnity/Assets/Scripts/Behaviours/PedAI
2021-10-19 23:15:54 +02:00
..
BaseState.cs add 2 seconds update function 2021-10-10 20:41:56 +02:00
BaseState.cs.meta start refactoring into object-oriented state machine - walk around done 2021-09-19 22:04:06 +02:00
ChaseState.cs add random offset to aim target position 2021-10-19 23:15:54 +02:00
ChaseState.cs.meta chase state done 2021-09-19 22:17:46 +02:00
EscapeState.cs introduce IPathMovementState 2021-09-26 20:26:56 +02:00
EscapeState.cs.meta escape state done 2021-09-19 22:33:51 +02:00
FollowState.cs add random offset to aim target position 2021-10-19 23:15:54 +02:00
FollowState.cs.meta follow state almost done 2021-09-19 22:40:48 +02:00
IdleState.cs dont start chasing if there is no weapon or no ammo 2021-10-17 18:36:30 +02:00
IdleState.cs.meta start refactoring into object-oriented state machine - walk around done 2021-09-19 22:04:06 +02:00
IPathMovementState.cs move classes to separate files 2021-09-26 20:36:59 +02:00
IPathMovementState.cs.meta move classes to separate files 2021-09-26 20:36:59 +02:00
PathMovementData.cs move classes to separate files 2021-09-26 20:36:59 +02:00
PathMovementData.cs.meta move classes to separate files 2021-09-26 20:36:59 +02:00
PedAI.cs add 2 seconds update function 2021-10-10 20:41:56 +02:00
PedAI.cs.meta move to other folder 2021-09-19 20:06:15 +02:00
WalkAroundState.cs dont start chasing if there is no weapon or no ammo 2021-10-17 18:36:30 +02:00
WalkAroundState.cs.meta start refactoring into object-oriented state machine - walk around done 2021-09-19 22:04:06 +02:00