forked from MothCocoon/FlowGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Flow.uplugin
38 lines (38 loc) · 818 Bytes
/
Flow.uplugin
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
{
"FileVersion" : 3,
"Version" : 1.6,
"FriendlyName" : "Flow",
"Description" : "Design-agnostic node editor for scripting game’s flow.",
"Category" : "Gameplay",
"CreatedByURL" : "https://github.com/MothCocoon/FlowGraph/graphs/contributors",
"DocsURL" : "https://github.com/MothCocoon/FlowGraph/wiki",
"MarketplaceURL" : "",
"SupportURL": "https://discord.gg/zMtMQ2vUUa",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "Flow",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault"
},
{
"Name" : "FlowEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
],
"Plugins": [
{
"Name": "AssetSearch",
"Enabled": true
},
{
"Name": "EditorScriptingUtilities",
"Enabled": true
}
]
}