Skip to content

Commit 5ed4702

Browse files
committed
Enable auto-referencing for runtime assembly
1 parent 12c5be7 commit 5ed4702

3 files changed

Lines changed: 5 additions & 2 deletions

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.5-beta] - Sep 17, 2025
4+
- Runtime assembly auto-referenced by default for easier custom state creation
5+
36
# [0.10.4-beta] - Mar 09, 2025
47
- Removed some redundant code and redundant using statements.
58

Runtime/com.nonatomic.vsm2.runtime.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"allowUnsafeCode": false,
1010
"overrideReferences": true,
1111
"precompiledReferences": [],
12-
"autoReferenced": false,
12+
"autoReferenced": true,
1313
"defineConstraints": [],
1414
"versionDefines": [
1515
{

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