Skip to content

Smidgens/unity-fsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finite State Machine library for Unity


🎯 Goals

  • Provide standard FSM boilerplate logic while staying use-case agnostic.

ℹ️ Features

  • Automatic state transitions.
  • Extensible through composition with custom state and transition services.

📦 Install

  1. Open Package Manager
  2. Paste GitHub URL:
    https://github.com/Smidgens/unity-fsm.git#<version_tag>