forked from greisane/TPCA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTPCA.uplugin
More file actions
33 lines (33 loc) · 722 Bytes
/
Copy pathTPCA.uplugin
File metadata and controls
33 lines (33 loc) · 722 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Third Person Character Actors",
"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,
"Plugins": [
{
"Name": "TPCE",
"Enabled": true
}
],
"Modules": [
{
"Name": "TPCA",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "TPCAEditor",
"Type": "Editor",
"LoadingPhase": "PreDefault"
}
]
}