Skip to content

Commit

Permalink
Fix quality level bugs (#806)
Browse files Browse the repository at this point in the history
* Fix quality level 2 going white on PCVR

* Change shadow cascade for default quality setting (fixes artifact on PCVR)
  • Loading branch information
andybak authored Jan 9, 2025
1 parent 176dcf4 commit 01cb2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/QualityLevels.asset
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MonoBehaviour:
m_GpuLevel: 4
m_FixedFoveationLevel: 0
- m_Bloom: 1
m_Hdr: 0
m_Hdr: 1
m_Fxaa: 1
m_MsaaLevel: 1
m_MaxLod: 99999999
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/QualitySettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ QualitySettings:
shadows: 1
shadowResolution: 2
shadowProjection: 1
shadowCascades: 1
shadowCascades: 2
shadowDistance: 30
shadowNearPlaneOffset: 2
shadowCascade2Split: 0.33333334
Expand Down

0 comments on commit 01cb2da

Please sign in to comment.