-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.16 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.16 KB
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
{
"author": "Ruben Hohndorf",
"dependencies": { "com.unity.burst": "1.8.18", "com.unity.collections": "2.1.4", "com.unity.mathematics": "1.2.6", "com.unity.nuget.newtonsoft-json": "3.0.2", "com.unity.editorcoroutines": "1.0.0"},
"description": "Generate, render and edit 3D Gaussian Splats",
"displayName": "404-GEN 3D Generator",
"keywords": [ "unity" ],
"license": "MIT",
"name": "xyz.404.404-gen-unity-plugin",
"repository": "github:404-Repo/404-gen-unity-plugin",
"unity": "2022.3",
"unityRelease": "7f1",
"version": "0.6.0",
"samples": [
{
"displayName": "HDRP samples",
"description": "Contains sample scene for the High Definition render pipeline",
"path": "Samples~/SamplesHDRP"
},
{
"displayName": "URP samples",
"description": "Contains sample scene for the Universal render pipeline",
"path": "Samples~/SamplesURP"
},
{
"displayName": "Standard Samples",
"description": "Contains sample scene for the Built-In Render pipeline",
"path": "Samples~/SamplesStandard"
}
]
}