Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 487 Bytes

File metadata and controls

12 lines (11 loc) · 487 Bytes

Prototype of a simple AI

Idea: a humanoid character can identify obstacles near its location and cover behind them to fight another character.

This is a simple prototype to exercise working with various aspects of creating an AI:

  • Humanoid models
  • Animation, Rigging
  • Animation events, triggered sounds
  • Statemachine as character controller
  • NavMesh
  • Raycasting
  • Calculating viable cover instead of using pre-defined positions
  • Self-loading singleton to add debugging gizmos