-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.3 KB
/
package.json
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
{
"name": "io.conix.arena.renderfusion",
"displayName": "ARENA RenderFusion for Unity",
"version": "0.1.3",
"unity": "2022.2",
"description": "Enables RenderFusion on ARENA using Unity.",
"documentationUrl": "https://github.com/arenaxr/arena-renderfusion/blob/main/README.md",
"changelogUrl": "https://github.com/arenaxr/arena-renderfusion/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/arenaxr/arena-renderfusion/blob/main/LICENSE",
"dependencies": {
"com.unity.webrtc": "3.0.0-pre.7",
"io.conix.arena.unity": "https://github.com/arenaxr/arena-unity.git"
},
"samples": [
{
"displayName": "SRP Example",
"description": "RenderFusion Standard Render Pipeline Example",
"path": "Samples~/SRP"
},
{
"displayName": "URP Example",
"description": "RenderFusion Universal Render Pipeline Example",
"path": "Samples~/URP"
},
{
"displayName": "HDRP Example",
"description": "RenderFusion High Definition Render Pipeline Example",
"path": "Samples~/HDRP"
}
],
"author": {
"name": "The CONIX Research Center",
"email": "info@conix.io",
"url": "https://docs.arenaxr.org"
}
}