Skip to content

Commit

Permalink
chore: add back image for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardLu2018 committed Nov 24, 2023
1 parent 140b529 commit dd0836e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Binary file added Documentation~/images/demo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RenderFusion with [ARENA](https://arenaxr.org/) and Unity!

<img alt="" src="Documentation~/images/demo.png">

See a demo video [here](https://www.youtube.com/watch?v=6mA4k9myuOM)!

## Requirements

We implement a custom layer on top of Unity's [WebRTC package](https://docs.unity3d.com/Packages/com.unity.webrtc@3.0/manual/index.html). See their [Requirements](https://docs.unity3d.com/Packages/com.unity.webrtc@3.0/manual/requirements.html).
Expand Down
4 changes: 2 additions & 2 deletions Samples~/HDRP/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
"com.unity.webrtc": "3.0.0-pre.6",
"io.conix.arena.unity": "https://github.com/arenaxr/arena-unity.git"
},
"hash": "a932d22bd632c2d6620e45b68d93991755acd108"
"hash": "140b529d220b188d8db4e2e1b97730cc26e611d5"
},
"io.conix.arena.renderfusion-hdrp": {
"version": "https://github.com/arenaxr/arena-renderfusion.git?path=/Addons~/io.conix.arena.renderfusion-hdrp",
Expand All @@ -299,7 +299,7 @@
"io.conix.arena.unity": "https://github.com/arenaxr/arena-unity.git",
"io.conix.arena.renderfusion": "https://github.com/arenaxr/arena-renderfusion.git"
},
"hash": "a932d22bd632c2d6620e45b68d93991755acd108"
"hash": "140b529d220b188d8db4e2e1b97730cc26e611d5"
},
"io.conix.arena.unity": {
"version": "https://github.com/arenaxr/arena-unity.git",
Expand Down
2 changes: 1 addition & 1 deletion Samples~/SRP/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"com.unity.webrtc": "3.0.0-pre.6",
"io.conix.arena.unity": "https://github.com/arenaxr/arena-unity.git"
},
"hash": "99951bad833f19fe4c6fa7a620b25114d898e740"
"hash": "140b529d220b188d8db4e2e1b97730cc26e611d5"
},
"io.conix.arena.unity": {
"version": "https://github.com/arenaxr/arena-unity.git",
Expand Down
4 changes: 2 additions & 2 deletions Samples~/URP/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"com.unity.webrtc": "3.0.0-pre.6",
"io.conix.arena.unity": "https://github.com/arenaxr/arena-unity.git"
},
"hash": "99951bad833f19fe4c6fa7a620b25114d898e740"
"hash": "140b529d220b188d8db4e2e1b97730cc26e611d5"
},
"io.conix.arena.renderfusion-urp": {
"version": "https://github.com/arenaxr/arena-renderfusion.git?path=/Addons~/io.conix.arena.renderfusion-urp",
Expand All @@ -223,7 +223,7 @@
"io.conix.arena.unity": "https://github.com/arenaxr/arena-unity.git",
"io.conix.arena.renderfusion": "https://github.com/arenaxr/arena-renderfusion.git"
},
"hash": "99951bad833f19fe4c6fa7a620b25114d898e740"
"hash": "140b529d220b188d8db4e2e1b97730cc26e611d5"
},
"io.conix.arena.unity": {
"version": "https://github.com/arenaxr/arena-unity.git",
Expand Down

0 comments on commit dd0836e

Please sign in to comment.