-
Notifications
You must be signed in to change notification settings - Fork 119
/
glTFRuntime.uplugin
37 lines (37 loc) · 1.02 KB
/
glTFRuntime.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
30
31
32
33
34
35
36
37
{
"FileVersion": 3,
"Version": 1,
"VersionName": "20240424",
"FriendlyName": "glTFRuntime",
"Description": "Manage glTF files at runtime",
"Category": "Runtime",
"CreatedBy": "Roberto De Ioris",
"CreatedByURL": "https://github.com/rdeioris/",
"DocsURL": "https://github.com/rdeioris/glTFRuntime/blob/master/README.md",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/d2ed3709933d4608a3a8dd746cbc045d",
"SupportURL": "https://discord.gg/DzS7MHy",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "glTFRuntime",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux", "Android", "IOS" ]
},
{
"Name": "glTFRuntimeEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux" ]
}
],
"Plugins": [
{
"Name": "ProceduralMeshComponent",
"Enabled": true
}
]
}