-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathHoudiniEngine.uplugin
More file actions
29 lines (29 loc) · 862 Bytes
/
HoudiniEngine.uplugin
File metadata and controls
29 lines (29 loc) · 862 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": "HoudiniEngine",
"Description": "Completely Remaster of official Houdini Engine from Zero, 2x - 15x Faster I/O, and More functionalities optimized for making procedural landscape and city toolset",
"Category": "Other",
"CreatedBy": "Adrian Pan",
"CreatedByURL": "",
"DocsURL": "https://github.com/AdrianPanGithub/HoudiniEngineForUnreal/blob/HEAD/README.md",
"MarketplaceURL": "",
"SupportURL": "https://github.com/AdrianPanGithub/HoudiniEngineForUnreal/issues?q=is%3Aissue",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "HoudiniEngine",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "HoudiniEngineEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}