You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ To install Visual State Machine in your Unity project, follow these steps:
22
22
23
23
When upgrading to Visual State Machine V2 (VSM2) version 0.9.0-beta, follow these steps to ensure a seamless transition and maintain functionality within your Unity project:
24
24
25
-
1.**Commit Changes:** Before starting the upgrade, ensure all your current work is committed to version control.>
26
-
2.**Update the package:**to the 0.9.0-migration tag.
27
-
3.**Run the migration tool:**from Tools -> VSM2 -> Migrate to 0.9.0-beta
25
+
1.**Commit Changes:** Before starting the upgrade, ensure all your current work is committed to version control.
26
+
2.**Update the package:**Change the package address in your projects Packages/manifest.json file to https://github.com/PaulNonatomic/VisualStateMachineV2.git#0.9.0-migration
27
+
3.**Run the migration tool:**open Tools -> VSM2 -> Migrate to 0.9.0-beta
28
28
4.**Update the package again:** Once the migration has completed update the package to the latest, currently 0.9.6-beta
0 commit comments