Across
- 3. The mechanics and rules governing player and ally interactions in combat, including attacking, blocking, and dodging.
- 4. A Unity component that allows the player or characters to move and interact with the game world.
- 7. A component that defines the shape of a GameObject for the purposes of physics interactions.
- 8. The algorithmic process of finding a path from one location to another, often used by enemies to navigate the game environment.
- 9. Predetermined points in the game world that guide the movement of enemies along a specific path.
- 14. A Unity component that enables navigation and pathfinding for characters using the NavMesh system.
- 16. The controllable character representing the human or main entity in the game.
Down
- 1. A system that allows the player or allies to select specific targets for interaction or combat.
- 2. The AI-controlled movement of enemies towards a detected target, often used when pursuing the player.
- 5. A system that manages the health or hit points of a player or ally character.
- 6. A Unity component that allows a GameObject to be affected by physics, useful for player and ally movement.
- 10. The AI-controlled actions that enemies perform when engaging in combat with a target.
- 11. A system that manages the instantiation or creation of player characters and allies in the game world.
- 12. An interactive non-player character (NPC) designed to pose challenges or obstacles for the player.
- 13. The process of bringing a player or ally back to life after being defeated or incapacitated.
- 15. A character controlled by the player or AI that supports the player's goals and objectives.
