Skip to content

[10.x.x] Universal/shader quality #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 40 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
163cf75
Added shader quality setting to URP
Nzollner Mar 4, 2020
3a1f2a6
Updated changelog
Nzollner Mar 4, 2020
c25a9fb
Fixed Shader Quality settings
Nzollner Mar 4, 2020
fd6f87a
Added fading shadows to the shader quality
Nzollner Mar 16, 2020
443592b
Using cascades to calculate shadow fading
Nzollner Mar 18, 2020
b1e21e5
Refactored computations for shadow fading.
Nzollner Mar 23, 2020
54a1a6d
Shadow fading is now linked to the shader quality
Nzollner Mar 30, 2020
e98d545
Updated changelog
Nzollner Mar 30, 2020
af46ace
fixed testing to work with shadow fading
Nzollner Apr 6, 2020
911dcea
Update universalrp-asset.md
Nzollner Apr 8, 2020
ac83d52
Added stripping and made changes from PR comments
Nzollner Apr 15, 2020
97ee5ac
Changed api for shadow functions to match with previous api
Nzollner Apr 20, 2020
20be624
Removed debug line
Nzollner Apr 20, 2020
c7459e2
Added all shaders to use Shader qualities and added Shader Qualities …
Nzollner May 4, 2020
240b172
reverted TestProjects/* back before changes
Nzollner May 6, 2020
ddf9dda
updated shadow distance for test
Nzollner May 6, 2020
cd4f62e
updated referance image for test 35 because of previous texture displ…
Nzollner May 6, 2020
08d35e2
Added Test Scene
Nzollner May 11, 2020
98206c2
Added test to build steps
Nzollner May 11, 2020
c0fd4b5
Shrinked the shadow distance radius when rendering shadow cascades to…
Nzollner May 25, 2020
b01ddbd
added user pref. file to git ignore for the test folder, and removed …
Nzollner May 25, 2020
8aa226a
Added define flag for calculating positionWS when shadow fade is applied
Nzollner May 25, 2020
74be03c
DOC-1947 Edited the Shader Quality descriptions.
oleks-k May 25, 2020
8c9b64b
Updated tests to work with new shadow fading
Nzollner May 27, 2020
301b9a0
Added descriptions of ShaderQuality variables
Nzollner May 27, 2020
a316100
Merge branch 'universal/shader-quality' of https://github.com/Unity-T…
Nzollner May 27, 2020
fd200ad
Merged
Nzollner May 27, 2020
2b44056
Fixed code comments.
Nzollner Jun 3, 2020
4b9202e
Merged
Nzollner Jun 3, 2020
849287f
Updated test image to match new test case number
Nzollner Jun 3, 2020
8a3836a
Merged
Nzollner Jun 8, 2020
86cb9ea
Fixed minor errors
Nzollner Jun 8, 2020
adac653
merged
Nzollner Jun 17, 2020
35037b2
Merge branch 'master' of https://github.com/Unity-Technologies/Graphi…
Nzollner Jun 29, 2020
6630794
Made changes after a meeting with Nicolaj (request from Felipe).
oleks-k Jun 29, 2020
28e99df
Edited text and added shadow fade pictures
Nzollner Jun 30, 2020
95baf90
Updated Changelog
Nzollner Jul 3, 2020
e04e450
Removed the images until I edit them.
oleks-k Jul 6, 2020
c24e278
Merged
Nzollner Jul 13, 2020
1cc506f
merged
Nzollner Jul 20, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ ShaderGraph/DebugOutput.meta
ShaderGraph/DebugOutput/**
ShaderGraph/Testing/IntegrationTests/.Failed
TestProjects/*/ProjectSettings/ProjectVersion.txt
TestProjects/*/ProjectSettings/VersionControlSettings.asset
TestProjects/VisualEffectGraph_HDRP/GraphViz/
node_modules
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ MonoBehaviour:
m_AdditionalLightsPerObjectLimit: 8
m_AdditionalLightShadowsSupported: 1
m_AdditionalLightsShadowmapResolution: 512
m_ShadowDistance: 50
m_ShadowDistance: 70
m_ShadowCascades: 2
m_Cascade2Split: 0.25
m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading