Skip to content

Commit 487c244

Browse files
committed
Updated the changelog
1 parent 65925b2 commit 487c244

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
# [0.10.1-beta] - Feb 03, 2025
4+
- Added a call to the ReplaceModelWithActiveModel method in BaseSubStateMachineState.SwitchModel to ensure the active model is set to the current model when switching models.
5+
-
36
# [0.10.0-beta] - Jan 22, 2025
47
- Added a reference to the StateMachineController on each State. This removes the need to use GetComponent and allows for more direct
58
communication between states and the controller. This does introduce an issue where a StateMachine can become tightly coupled to a

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.nonatomic.visualstatemachinev2",
3-
"version": "0.10.0-beta",
3+
"version": "0.10.1-beta",
44
"displayName": "Visual State Machine V2",
55
"description": "Visual State Machine V2\n\nIMPORTANT NOTE: If you are upgrading to 0.9.0-beta and above from earlier versions, note that `OnEnter` methods now require an `[Enter]` attribute and that the base `OnEnter` method is no longer abstract but virtual.",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)