Skip to content

0.10.2-beta

Choose a tag to compare

@PaulNonatomic PaulNonatomic released this 05 Feb 00:07
· 38 commits to main since this release

[0.10.2-beta] - Feb 05, 2025

  • Fix for lack of stack trace in exceptions thrown by states

[0.10.1-beta] - Feb 03, 2025

  • Added a call to the ReplaceModelWithActiveModel method in BaseSubStateMachineState.SwitchModel to ensure the active model is set to the current model when switching models.

[0.10.0-beta] - Jan 22, 2025

  • Added a reference to the StateMachineController on each State. This removes the need to use GetComponent and allows for more direct
    communication between states and the controller. This does introduce an issue where a StateMachine can become tightly coupled to a
    derived StateMachineController that then makes the StateMachineModel less reusable. This is a trade-off for the increased ease of use.