thanh-nguyen-kim / state_machine_example

Here is my sample project which demonstrate using State Machine Pattern to control GameLoop.

Home Page:https://killertee.wordpress.com/2022/05/03/implement-finite-state-machine-in-unity-using-gameobject-life-cycle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State Machine Example

An simple example project in Unity which explains basic concepts of State Machine Pattern.

  • Control "Game Loop" using State Machine Pattern.
  • A simple state machine helper plugin implement using GameObject life-cycle.

Visit this site to get a details explaining of State Machine Pattern and its application.

https://killertee.wordpress.com/2022/05/03/implement-finite-state-machine-in-unity-using-gameobject-life-cycle/

If you are using this library in one of your applications and would like to thank me:

Buy Me A Coffee

or via PayPal:

https://www.paypal.com/paypalme/kampertee

Build Guide

Credits

About

Here is my sample project which demonstrate using State Machine Pattern to control GameLoop.

https://killertee.wordpress.com/2022/05/03/implement-finite-state-machine-in-unity-using-gameobject-life-cycle/

License:Other


Languages

Language:C# 100.0%