Skip to content

Commit

Permalink
update arena version
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardLu2018 committed Feb 22, 2024
1 parent 6c6c0e2 commit 12309f0
Show file tree
Hide file tree
Showing 8 changed files with 127 additions and 10 deletions.
3 changes: 3 additions & 0 deletions Samples~/HDRP/Assets/Settings/HDRP High Fidelity.asset
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ MonoBehaviour:
decalNormalBufferHP: 0
msaaSampleCount: 1
supportMotionVectors: 1
supportDataDrivenLensFlare: 1
supportRuntimeAOVAPI: 0
supportDitheringCrossFade: 1
supportTerrainHole: 0
Expand Down Expand Up @@ -293,6 +294,8 @@ MonoBehaviour:
diffusionProfileSettings: {fileID: 0}
virtualTexturingSettings:
streamingCpuCacheSizeInMegaBytes: 256
streamingMipPreloadTexturesPerFrame: 0
streamingPreloadMipCount: 1
streamingGpuCacheSettings:
- format: 0
sizeInMegaBytes: 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: bcf384b154398e341b6b29969c078198, type: 3}
m_Name: MotionBlur
m_EditorClassIdentifier:
active: 1
active: 0
quality:
m_OverrideState: 1
m_Value: 1
Expand Down Expand Up @@ -649,6 +649,7 @@ MonoBehaviour:
m_Name: HDShadowSettings
m_EditorClassIdentifier:
active: 1
interCascadeBorders: 1
maxShadowDistance:
m_OverrideState: 1
m_Value: 150
Expand All @@ -669,10 +670,10 @@ MonoBehaviour:
m_Value: 0.3
cascadeShadowBorder0:
m_OverrideState: 1
m_Value: 0.13333334
m_Value: 0.06905067
cascadeShadowBorder1:
m_OverrideState: 1
m_Value: 0.06666666
m_Value: 0.05086228
cascadeShadowBorder2:
m_OverrideState: 0
m_Value: 0
Expand Down
1 change: 1 addition & 0 deletions Samples~/HDRP/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ai.navigation": "1.1.5",
"com.unity.cloud.draco.webgl-2022": "1.0.0",
"com.unity.feature.development": "1.0.1",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.visualstudio": "2.0.22",
Expand Down
37 changes: 34 additions & 3 deletions Samples~/HDRP/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,35 @@
},
"url": "https://packages.unity.com"
},
"com.unity.cloud.draco": {
"version": "5.0.2",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.11",
"com.unity.mathematics": "1.3.1"
},
"url": "https://packages.unity.com"
},
"com.unity.cloud.draco.webgl-2022": {
"version": "1.0.0",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.cloud.gltfast": {
"version": "6.2.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.mathematics": "1.3.1",
"com.unity.burst": "1.8.4"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.2.0",
"depth": 1,
Expand Down Expand Up @@ -95,8 +124,8 @@
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.2.6",
"depth": 1,
"version": "1.3.1",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -307,6 +336,8 @@
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.cloud.draco": "5.0.2",
"com.unity.cloud.gltfast": "6.2.0",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.collab-proxy": "1.2.16",
"com.unity.editorcoroutines": "1.0.0",
Expand Down Expand Up @@ -349,7 +380,7 @@
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"hash": "1865bc457f5c2a1ed560fdd49d50a3b6b2435a41"
"hash": "6e3ea0b60cf7b53bb26cd24168215b3fffeffaf2"
},
"com.unity.modules.ai": {
"version": "1.0.0",
Expand Down
1 change: 1 addition & 0 deletions Samples~/SRP/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"com.unity.cloud.draco.webgl-2022": "1.0.0",
"com.unity.toolchain.linux-x86_64": "2.0.6",
"com.unity.webrtc": "3.0.0-pre.7",
"io.conix.arena.renderfusion": "https://github.com/arenaxr/arena-renderfusion.git",
Expand Down
50 changes: 49 additions & 1 deletion Samples~/SRP/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
{
"dependencies": {
"com.unity.burst": {
"version": "1.8.12",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.cloud.draco": {
"version": "5.0.2",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.11",
"com.unity.mathematics": "1.3.1"
},
"url": "https://packages.unity.com"
},
"com.unity.cloud.draco.webgl-2022": {
"version": "1.0.0",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.cloud.gltfast": {
"version": "6.2.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.mathematics": "1.3.1",
"com.unity.burst": "1.8.4"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.2.0",
"depth": 1,
Expand Down Expand Up @@ -46,6 +85,13 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.3.1",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.2.1",
"depth": 1,
Expand Down Expand Up @@ -146,6 +192,8 @@
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.cloud.draco": "5.0.2",
"com.unity.cloud.gltfast": "6.2.0",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.collab-proxy": "1.2.16",
"com.unity.editorcoroutines": "1.0.0",
Expand Down Expand Up @@ -188,7 +236,7 @@
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"hash": "1865bc457f5c2a1ed560fdd49d50a3b6b2435a41"
"hash": "6e3ea0b60cf7b53bb26cd24168215b3fffeffaf2"
},
"com.unity.modules.ai": {
"version": "1.0.0",
Expand Down
1 change: 1 addition & 0 deletions Samples~/URP/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"dependencies": {
"com.unity.ai.navigation": "1.1.5",
"com.unity.cloud.draco.webgl-2022": "1.0.0",
"com.unity.collab-proxy": "2.2.0",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
Expand Down
37 changes: 34 additions & 3 deletions Samples~/URP/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,35 @@
},
"url": "https://packages.unity.com"
},
"com.unity.cloud.draco": {
"version": "5.0.2",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.11",
"com.unity.mathematics": "1.3.1"
},
"url": "https://packages.unity.com"
},
"com.unity.cloud.draco.webgl-2022": {
"version": "1.0.0",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.cloud.gltfast": {
"version": "6.2.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.mathematics": "1.3.1",
"com.unity.burst": "1.8.4"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.2.0",
"depth": 0,
Expand Down Expand Up @@ -66,8 +95,8 @@
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.2.6",
"depth": 1,
"version": "1.3.1",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -240,6 +269,8 @@
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.cloud.draco": "5.0.2",
"com.unity.cloud.gltfast": "6.2.0",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.collab-proxy": "1.2.16",
"com.unity.editorcoroutines": "1.0.0",
Expand Down Expand Up @@ -282,7 +313,7 @@
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"hash": "1865bc457f5c2a1ed560fdd49d50a3b6b2435a41"
"hash": "6e3ea0b60cf7b53bb26cd24168215b3fffeffaf2"
},
"com.unity.modules.ai": {
"version": "1.0.0",
Expand Down

0 comments on commit 12309f0

Please sign in to comment.