-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (45 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (45 loc) · 1.35 KB
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
42
43
44
45
46
47
{
"name": "com.nonatomic.visualstatemachinev2",
"version": "0.10.5-beta",
"displayName": "Visual State Machine V2",
"description": "A visual node-based editor for designing and managing finite state machines (FSM) in Unity. Features drag-and-drop state creation, visual transitions, typed data passing, sub-state machines, and a custom inspector.",
"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",
"state-machine",
"fsm",
"visual-editor",
"node-graph",
"visual-programming",
"game-development",
"unity-editor",
"finite-state-machine",
"upm"
],
"author": {
"name": "Nonatomic",
"email": "paul@nonatomic.co.uk",
"url": "https://nonatomic.co.uk/"
},
"type": "tool",
"repository": {
"type": "git",
"url": "git@github.com: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"
}
]
}