-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPlayGPT.uproject
49 lines (49 loc) · 1.08 KB
/
PlayGPT.uproject
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
46
47
48
49
{
"FileVersion": 3,
"EngineAssociation": "5.2",
"Category": "",
"Description": "",
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "OpenXR",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android",
"HoloLens"
]
},
{
"Name": "RuntimeSpeechRecognizer",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/2b33311abdb048819664a6cfe0bbd90d"
},
{
"Name": "Text3D",
"Enabled": true
},
{
"Name": "AssetsCleaner",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/3caab7c6e81f449296989122c043ae21"
},
{
"Name": "ImageResizUEr",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/670be04026664663875aadd4dea45b9d"
},
{
"Name": "VaRest",
"Enabled": false,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/e47be161e7a24e928560290abd5dcc4f"
}
]
}