forked from daniel-amthauer/BMeshUnreal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBMesh.uplugin
29 lines (29 loc) · 806 Bytes
/
BMesh.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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "BMesh for Unreal",
"Description": "Provides a customizable half-edge data structure that makes many mesh manipulation algorithms simpler.",
"Category": "Utilities",
"CreatedBy": "Daniel Amthauer",
"CreatedByURL": "https://github.com/daniel-amthauer/BMeshUnreal",
"DocsURL": "https://github.com/daniel-amthauer/BMeshUnreal",
"MarketplaceURL": "",
"SupportURL": "https://github.com/daniel-amthauer/BMeshUnreal/issues",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "BMesh",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
},
{
"Name": "BMeshTest",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
}
],
"IsExperimentalVersion": false
}