File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.7.2-beta] - Aug 24, 2024
4+ - Exposed the JumpTo method on the StateMachineController
5+ - This allows users to manually trigger a JumpIn node externally broadening the use-cases for the VSM
6+ - Exposed the State member of the StateMachine through a public State member of the StateMachineController
7+ - This allows users to determine the current state and to directly call methods upon externally.
8+ - I experimented with implementing a StatePattern with all States implementing a common interface.
9+
310## [ 0.7.1-beta] - Aug 21, 2024
411- Amended the exception forwarding of StateMachine to throw the original exception rather than wrapping it. This improves debugging errors in states.
512
Original file line number Diff line number Diff line change 11{
22 "name" : " com.nonatomic.visualstatemachinev2" ,
3- "version" : " 0.7.1 -beta" ,
3+ "version" : " 0.7.2 -beta" ,
44 "displayName" : " Visual State Machine V2" ,
55 "description" : " Visual State Machine V2" ,
66 "unity" : " 2022.3" ,
You can’t perform that action at this time.
0 commit comments