This project demonstrates FPS shooting mechanics and clean gameplay structure. Assets/ ├── Scenes/ │ └── MainGame.unity ├── Scripts/ │ ├── PlayerController.cs # Mouse look and camera control │ ├── ...
To begin using the package, add a State Machine component to a GameObject. State machines must be provided with an initial state. Debug mode will log state changes to the console.