Inspiaaa / UnityHFSM

A simple yet powerful class-based hierarchical finite state machine for Unity
MIT License
1.05k stars 121 forks source link

Fix bug of creating "pendingTransition" struct repeatedly #44

Closed mmbb2w4r6y8i closed 4 months ago

mmbb2w4r6y8i commented 4 months ago

When pendingTransition has already created, pendingTransition struct will be creating repeatedly until StateCanExit() method called.