-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPICOSplat.uplugin
36 lines (36 loc) · 958 Bytes
/
PICOSplat.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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1",
"FriendlyName": "PICO Splat",
"Description": "3D Gaussian Splatting for PICO 4 Ultra",
"Category": "Rendering",
"CreatedBy": "PICO",
"CreatedByURL": "https://www.picoxr.com/",
"DocsURL": "https://developer.picoxr.com/document/unreal/pico-splat/",
"EngineVersion": "5.5.0",
"FabURL": "com.epicgames.launcher://ue/Fab/product/8055bcb7-f16d-4a3e-bea1-b4139c84e172",
"SupportURL": "https://developer.picoxr.com/support/",
"CanContainContent": false,
"IsBetaVersion": false,
"Modules": [
{
"Name": "PICOSplatEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64" ]
},
{
"Name": "PICOSplatRuntime",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [ "Win64", "Android" ]
},
{
"Name": "PICOSplatThirdParty",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64" ]
}
]
}