-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathReasonablePlanningAI.uplugin
39 lines (39 loc) · 1.01 KB
/
ReasonablePlanningAI.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
39
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Reasonable Planning AI Extension",
"Description": "Dual Utility Reasoning to select Goals that initiate a Goal Oriented Action Plan",
"Category": "AI",
"CreatedBy": "Martin Hollstein (Troll Purse)",
"CreatedByURL": "https://hollstein.dev",
"DocsURL": "https://github.com/hollsteinm/ReasonablePlanningAI",
"MarketplaceURL": "",
"SupportURL": "https://github.com/hollsteinm/ReasonablePlanningAI/issues",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ReasonablePlanningAI",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ReasonablePlanningAITestSuite",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
},
{
"Name": "ReasonablePlanningAINodes",
"Type": "UncookedOnly",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "ReasonablePlanningAIEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
]
}