Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimurudev/herostatemachineexample
FSM Pattern for Unity - Hero State Machine Example
https://github.com/rimurudev/herostatemachineexample
fsm pattern-example patterns patterns-unity rimuru rimuru-dev rimurudev statemachine statemachine-pattern unity unity-fsm unity-patterns unity3d
Last synced: about 6 hours ago
JSON representation
FSM Pattern for Unity - Hero State Machine Example
- Host: GitHub
- URL: https://github.com/rimurudev/herostatemachineexample
- Owner: RimuruDev
- License: mit
- Created: 2023-05-22T09:34:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-22T12:15:01.000Z (over 1 year ago)
- Last Synced: 2024-11-11T21:24:18.284Z (about 2 months ago)
- Topics: fsm, pattern-example, patterns, patterns-unity, rimuru, rimuru-dev, rimurudev, statemachine, statemachine-pattern, unity, unity-fsm, unity-patterns, unity3d
- Language: C#
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HeroStateMachineExample
# Input:
- Move: WASD
- Run: Left Shift# Hero State Machine View:
![image](https://github.com/RimuruDev/HeroStateMachineExample/assets/85500556/655f3413-c2c1-4f9a-8b30-0a9f5e393cd3)# Hero:
![image](https://github.com/RimuruDev/HeroStateMachineExample/assets/85500556/57818665-a37b-4c71-a09b-3cfdfd63f98b)# Input Logs:
![image](https://github.com/RimuruDev/HeroStateMachineExample/assets/85500556/c248fb43-05e3-414d-bd0f-2f64664e050d)