Skip to content

Commit a5b63de

Browse files
committed
Updated the changelog and package details
1 parent d3e5d3a commit a5b63de

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
# [0.10.2-beta] - Feb 11, 2025
4+
- Fix for playing selected StateMachineControllers model in the State Machine Editor when entering runtime.
5+
- Previously required a deselect and reselect of the StateMachineController to play the model in the State Machine Editor.
6+
37
# [0.10.2-beta] - Feb 05, 2025
48
- Fix for lack of stacktrace in exceptions thrown by states
59

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.2-beta",
3+
"version": "0.10.3-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)