Skip to content

Commit

Permalink
chore: update arena unity version and add liscences
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardLu2018 committed Nov 24, 2023
1 parent a932d22 commit 99951ba
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
3 changes: 3 additions & 0 deletions Addons~/io.conix.arena.renderfusion-hdrp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"_release_please_version_end": "x-release-please-end-version",
"unity": "2022.2",
"description": "Enables RenderFusion on ARENA using Unity.",
"documentationUrl": "https://github.com/arenaxr/arena-unity/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.6",
"io.conix.arena.unity": "https://github.com/arenaxr/arena-unity.git",
Expand Down
3 changes: 3 additions & 0 deletions Addons~/io.conix.arena.renderfusion-urp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"_release_please_version_end": "x-release-please-end-version",
"unity": "2022.2",
"description": "Enables RenderFusion on ARENA using Unity's URP.",
"documentationUrl": "https://github.com/arenaxr/arena-unity/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.6",
"io.conix.arena.unity": "https://github.com/arenaxr/arena-unity.git",
Expand Down

This file was deleted.

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": "b49f524d80203edee205741d4fbfcb3585765f9b"
"hash": "a932d22bd632c2d6620e45b68d93991755acd108"
},
"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": "b49f524d80203edee205741d4fbfcb3585765f9b"
"hash": "a932d22bd632c2d6620e45b68d93991755acd108"
},
"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": "b49f524d80203edee205741d4fbfcb3585765f9b"
"hash": "a932d22bd632c2d6620e45b68d93991755acd108"
},
"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": "5910509942abdbb8b534c729f8fe029e880eb465"
"hash": "a932d22bd632c2d6620e45b68d93991755acd108"
},
"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": "5910509942abdbb8b534c729f8fe029e880eb465"
"hash": "a932d22bd632c2d6620e45b68d93991755acd108"
},
"io.conix.arena.unity": {
"version": "https://github.com/arenaxr/arena-unity.git",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.1.2",
"unity": "2022.2",
"description": "Enables RenderFusion on ARENA using Unity.",
"documentationUrl": "https://github.com/arenaxr/arena-unity/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.6",
"io.conix.arena.unity": "https://github.com/arenaxr/arena-unity.git"
Expand Down

0 comments on commit 99951ba

Please sign in to comment.