-
Notifications
You must be signed in to change notification settings - Fork 5
/
Thirdweb.uplugin
45 lines (45 loc) · 1.01 KB
/
Thirdweb.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
38
39
40
41
42
43
44
45
{
"FileVersion": 3,
"Version": 170,
"VersionName": "1.7.0",
"FriendlyName": "Thirdweb",
"Description": "Unreal Integration of Thirdweb Wallets",
"Category": "Thirdweb",
"CreatedBy": "Thirdweb",
"CreatedByURL": "https://thirdweb.com",
"DocsURL": "https://portal.thirdweb.com/unreal-engine",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/f21200c2610146f3888172994448e50d",
"SupportURL": "https://thirdweb.com/support",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"EditorCustomVirtualPath": "Thirdweb",
"Modules": [
{
"Name": "Thirdweb",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"LinuxArm64",
"Android",
"IOS",
"TVOS",
"VisionOS"
]
},
{
"Name": "ThirdwebEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "ThirdwebUncookedOnly",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
}
]
}