forked from nlebedenco/TPCE
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTPCE.uplugin
More file actions
29 lines (28 loc) · 694 Bytes
/
Copy pathTPCE.uplugin
File metadata and controls
29 lines (28 loc) · 694 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Third Person Character Extension",
"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",
"EngineVersion": "4.24.0",
"EnabledByDefault": false,
"CanContainContent": true,
"Modules": [
{
"Name": "TPCE",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "TPCEEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
]
}