Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 507 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 507 Bytes

Unity-Random-State-Machine

A simple finite state machine. The project contains a scene where an enemy will switch between three states: patrol, wander and chase. The enemy will also drop coins at random intervals that the player can pick up. This is only a prototype for a state machine design pattern, and not necessarily a part of any game. This project uses the NavMesh fuction of Unity.