-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVisionScopePro.uproject
56 lines (56 loc) · 1022 Bytes
/
VisionScopePro.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
50
51
52
53
54
55
56
{
"FileVersion": 3,
"EngineAssociation": "5.3",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "VisionScopePro",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"UMG",
"Engine"
]
},
{
"Name": "RAPD",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "PeriMapXR",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "VisualStudioTools",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/362651520df94e4fa65492dbcba44ae2",
"SupportedTargetPlatforms": [
"Win64"
]
},
{
"Name": "OnlineSubsystemPico",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/6b674b5eed7343eda5d3f2ab8030b50f"
},
{
"Name": "PICOLivePreview",
"Enabled": true
}
],
"TargetPlatforms": [
"Android"
]
}