Skip to content

Commit

Permalink
upgrade unity version and edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardLu2018 committed Feb 21, 2024
1 parent 0f81564 commit 6c6c0e2
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 51 deletions.
2 changes: 2 additions & 0 deletions Documentation~/install.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Installation

*For AR/VR clients, it is reccomeneded you use this package in __URP__ or __HDRP__ for the best performance.*

First, install the [ARENA-unity](https://github.com/arenaxr/arena-unity) package, following the instructions [here](https://docs.arenaxr.org/content/unity/).

To install the RenderFusion Unity package, select `Window/Package Manager` from the menu bar.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We implement a custom layer on top of Unity's [WebRTC package](https://docs.unit

## Usage

See [Installation](Documentation~/install.md) section.
See [Installation](Documentation~/install.md) section. *For AR/VR clients, it is reccomeneded you use this package in __URP__ or __HDRP__ for the best performance.*

Once you have the relevant packages installed, press Play on the Unity Editor or build the Unity application, then enter the ARENA scene (`<Host Address>/<Namespace Name>/<Scene Name>`) on a web browser!

Expand Down
4 changes: 2 additions & 2 deletions Samples~/HDRP/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ai.navigation": "1.1.5",
"com.unity.feature.development": "1.0.1",
"com.unity.ide.rider": "3.0.26",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.render-pipelines.high-definition": "14.0.8",
"com.unity.render-pipelines.high-definition": "14.0.10",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.6",
Expand Down
47 changes: 24 additions & 23 deletions Samples~/HDRP/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.8",
"version": "1.8.12",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.0.7",
"version": "2.2.0",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand All @@ -59,17 +60,17 @@
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.vscode": "1.2.5",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.performance.profile-analyzer": "1.2.2",
"com.unity.test-framework": "1.1.33",
"com.unity.testtools.codecoverage": "1.2.4"
"com.unity.testtools.codecoverage": "1.2.5"
}
},
"com.unity.ide.rider": {
"version": "3.0.26",
"version": "3.0.27",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -115,7 +116,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.8",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All @@ -126,28 +127,28 @@
}
},
"com.unity.render-pipelines.high-definition": {
"version": "14.0.8",
"version": "14.0.10",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.4",
"com.unity.burst": "1.8.4",
"com.unity.burst": "1.8.9",
"com.unity.modules.video": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
"com.unity.render-pipelines.core": "14.0.8",
"com.unity.shadergraph": "14.0.8",
"com.unity.visualeffectgraph": "14.0.8",
"com.unity.render-pipelines.high-definition-config": "14.0.8"
"com.unity.render-pipelines.core": "14.0.10",
"com.unity.shadergraph": "14.0.10",
"com.unity.visualeffectgraph": "14.0.10",
"com.unity.render-pipelines.high-definition-config": "14.0.10"
}
},
"com.unity.render-pipelines.high-definition-config": {
"version": "14.0.8",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.8"
"com.unity.render-pipelines.core": "14.0.10"
}
},
"com.unity.searcher": {
Expand All @@ -165,11 +166,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "14.0.8",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.8",
"com.unity.render-pipelines.core": "14.0.10",
"com.unity.searcher": "4.9.2"
}
},
Expand Down Expand Up @@ -201,7 +202,7 @@
"url": "https://packages.unity.com"
},
"com.unity.testtools.codecoverage": {
"version": "1.2.4",
"version": "1.2.5",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -251,12 +252,12 @@
}
},
"com.unity.visualeffectgraph": {
"version": "14.0.8",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.shadergraph": "14.0.8",
"com.unity.render-pipelines.core": "14.0.8"
"com.unity.shadergraph": "14.0.10",
"com.unity.render-pipelines.core": "14.0.10"
}
},
"com.unity.visualscripting": {
Expand Down Expand Up @@ -348,7 +349,7 @@
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"hash": "3ed411bb90af361944727e23cb6e324cba9f7e39"
"hash": "1865bc457f5c2a1ed560fdd49d50a3b6b2435a41"
},
"com.unity.modules.ai": {
"version": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions Samples~/HDRP/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.10f1
m_EditorVersionWithRevision: 2022.3.10f1 (ff3792e53c62)
m_EditorVersion: 2022.3.20f1
m_EditorVersionWithRevision: 2022.3.20f1 (61c2feb0970d)
1 change: 1 addition & 0 deletions Samples~/HDRP/ProjectSettings/ShaderGraphSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: de02f9e1d18f588468e474319d09a723, type: 3}
m_Name:
m_EditorClassIdentifier:
shaderVariantLimit: 128
customInterpolatorErrorThreshold: 32
customInterpolatorWarningThreshold: 16
1 change: 1 addition & 0 deletions Samples~/HDRP/ProjectSettings/VFXManager.asset
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ VFXManager:
m_CopyBufferShader: {fileID: 7200000, guid: 23c51f21a3503f6428b527b01f8a2f4e, type: 3}
m_SortShader: {fileID: 7200000, guid: ea257ca3cfb12a642a5025e612af6b2a, type: 3}
m_StripUpdateShader: {fileID: 7200000, guid: 8fa6c4009fe2a4d4486c62736fc30ad8, type: 3}
m_EmptyShader: {fileID: 4800000, guid: 33a2079f6a2db4c4eb2e44b33f4ddf6b, type: 3}
m_RenderPipeSettingsPath:
m_FixedTimeStep: 0.016666668
m_MaxDeltaTime: 0.05
Expand Down
10 changes: 5 additions & 5 deletions Samples~/SRP/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.unity.collab-proxy": {
"version": "2.0.7",
"version": "2.2.0",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand All @@ -22,7 +22,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.24",
"version": "3.0.27",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -31,7 +31,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.18",
"version": "2.0.22",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -90,7 +90,7 @@
"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.7.5",
"version": "1.7.6",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -188,7 +188,7 @@
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"hash": "3ed411bb90af361944727e23cb6e324cba9f7e39"
"hash": "1865bc457f5c2a1ed560fdd49d50a3b6b2435a41"
},
"com.unity.modules.ai": {
"version": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions Samples~/SRP/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.10f1
m_EditorVersionWithRevision: 2022.3.10f1 (ff3792e53c62)
m_EditorVersion: 2022.3.20f1
m_EditorVersionWithRevision: 2022.3.20f1 (61c2feb0970d)
4 changes: 2 additions & 2 deletions Samples~/URP/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"com.unity.ai.navigation": "1.1.5",
"com.unity.collab-proxy": "2.0.7",
"com.unity.collab-proxy": "2.2.0",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.render-pipelines.universal": "14.0.8",
"com.unity.render-pipelines.universal": "14.0.10",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.6",
Expand Down
34 changes: 22 additions & 12 deletions Samples~/URP/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.8",
"version": "1.8.12",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.0.7",
"version": "2.2.0",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand All @@ -40,7 +41,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.24",
"version": "3.0.27",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -79,7 +80,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.8",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All @@ -90,14 +91,23 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "14.0.8",
"version": "14.0.10",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.4",
"com.unity.render-pipelines.core": "14.0.8",
"com.unity.shadergraph": "14.0.8"
"com.unity.burst": "1.8.9",
"com.unity.render-pipelines.core": "14.0.10",
"com.unity.shadergraph": "14.0.10",
"com.unity.render-pipelines.universal-config": "14.0.9"
}
},
"com.unity.render-pipelines.universal-config": {
"version": "14.0.9",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.9"
}
},
"com.unity.searcher": {
Expand All @@ -108,11 +118,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "14.0.8",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.8",
"com.unity.render-pipelines.core": "14.0.10",
"com.unity.searcher": "4.9.2"
}
},
Expand Down Expand Up @@ -272,7 +282,7 @@
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"hash": "3ed411bb90af361944727e23cb6e324cba9f7e39"
"hash": "1865bc457f5c2a1ed560fdd49d50a3b6b2435a41"
},
"com.unity.modules.ai": {
"version": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions Samples~/URP/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.10f1
m_EditorVersionWithRevision: 2022.3.10f1 (ff3792e53c62)
m_EditorVersion: 2022.3.20f1
m_EditorVersionWithRevision: 2022.3.20f1 (61c2feb0970d)
1 change: 1 addition & 0 deletions Samples~/URP/ProjectSettings/ShaderGraphSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: de02f9e1d18f588468e474319d09a723, type: 3}
m_Name:
m_EditorClassIdentifier:
shaderVariantLimit: 128
customInterpolatorErrorThreshold: 32
customInterpolatorWarningThreshold: 16

0 comments on commit 6c6c0e2

Please sign in to comment.