- Home /
Question by
BDX777 · Dec 02, 2014 at 11:46 PM ·
resolutionshadowquality
Controlling Shadow Resolution Quality in script?
Hello, I am trying to figure out how I can control an individual dynamic light's shadow resolution quality setting in script.
Comment
Answer by Galder_6 · Sep 29, 2020 at 11:44 AM
A bit late, buuuuut: Shadow resolutions are controlled by integers, so if you want to change try this:
//Very High = 3
//High = 2
//Medium = 1
//Low = 0
QualitySettings.shadowResolution = (ShadowResolution)2;
Your answer
Follow this Question
Related Questions
Shadow resolution higher than "Very High"? 3 Answers
Shadow quality and small object scale? 3 Answers
What are the shadow resolutions of Unity3d Dynamic Shadows? 0 Answers
Textures looks very poor in unity than in Maya 0 Answers
GUI Resolution Ajust 1 Answer