-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathGrasp.uplugin
More file actions
39 lines (39 loc) · 882 Bytes
/
Copy pathGrasp.uplugin
File metadata and controls
39 lines (39 loc) · 882 Bytes
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.5.1",
"FriendlyName": "Grasp",
"Description": "Interaction - robust, data-driven, with full network prediction. Pair me with Vigil and Doors for a full experience.",
"Category": "Gameplay",
"CreatedBy": "Jared Taylor (Vaei)",
"CreatedByURL": "https://vaei.github.io/",
"DocsURL": "https://github.com/Vaei/Grasp/wiki",
"MarketplaceURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "Grasp",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "GraspVisualizer",
"Type": "EditorNoCommandlet",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "GraspEditor",
"Type": "Editor",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "TargetingSystem",
"Enabled": true
}
]
}