-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (39 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "com.nonatomic.visualstatemachinev2",
"version": "0.9.6-beta",
"displayName": "Visual State Machine V2",
"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.",
"unity": "2022.3",
"unityRelease": "1f1",
"documentationUrl": "https://github.com/PaulNonatomic/VisualStateMachineV2/blob/develop/README.md",
"changelogUrl": "https://github.com/PaulNonatomic/VisualStateMachineV2/blob/develop/CHANGELOG.md",
"dependencies": {
},
"keywords": [
"Unity",
"Package",
"Visual",
"StateMachine"
],
"author": {
"name": "Nonatomic",
"email": "[email protected]",
"url": "https://nonatomic.co.uk/"
},
"type": "tool",
"repository": {
"type": "git",
"url": "[email protected]:PaulNonatomic/VisualStateMachineV2.git"
},
"testables": [
"com.nonatomic.vsm2.tests.editmode",
"com.nonatomic.vsm2.tests.playmode"
],
"samples": [
{
"displayName": "Traffic Light System",
"description": "A Visual Traffic Light State Machine",
"path": "Samples~/TrafficLight"
}
]
}