forked from greisane/TPCE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTPCE.uplugin
More file actions
32 lines (32 loc) · 757 Bytes
/
Copy pathTPCE.uplugin
File metadata and controls
32 lines (32 loc) · 757 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Third Person Character Extensions",
"Description": "Adds code and assets to improve third person characters in a character-based project.",
"Category": "Gameplay",
"CreatedBy": "Nicolas Lebedenco",
"CreatedByURL": "http://nlebedenco.net",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "https://github.com/nlebedenco/TCPE/issues",
"EnabledByDefault": false,
"CanContainContent": true,
"Modules": [
{
"Name": "TPCE",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "TPCEEditor",
"Type": "Editor",
"LoadingPhase": "PreDefault"
},
{
"Name": "TPCEUncooked",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
]
}