We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4577e commit ff89f12Copy full SHA for ff89f12
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+# [0.8.5-beta] - Sept 17, 2024
4
+- Fix for deleting a selection via the context menu
5
+
6
## [0.8.4-beta] - Sept 11, 2024
7
- SharedData.ClearData is now Obsolete and will be removed in a future release. Use SharedData.ClearAllData instead.
8
- Added SharedData.ClearAllData method to clear all shared data.
package.json
@@ -1,6 +1,6 @@
{
"name": "com.nonatomic.visualstatemachinev2",
- "version": "0.8.4-beta",
+ "version": "0.8.5-beta",
"displayName": "Visual State Machine V2",
"description": "Visual State Machine V2",
"unity": "2022.3",
0 commit comments