C# State Machine By the Tale $0.0 (11) Scripting Jump AssetStore このアセットの説明 A simple C# state machine system for Unity. There are 3 main classes for usage in the namespace ByTheTale.StateMachine: MachineBehaviour Derive from this to make your MonoBehaviour a state machine. State Derive your states from this class. MachineState For states that will themselves be state machines derive from the MachineState class.