File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,13 @@ at the cost of decreased performance.
160160 all" settings. To achieve the best visuals, you may need to use different
161161 shadow bias values on a per-light basis.
162162
163+ **Note on Appearance Changes **: When enabling shadows on a light, be aware that the light's
164+ appearance might change compared to when it's rendered without shadows in the compatibility
165+ renderer. Due to limitations with older mobile devices, shadows are implemented using a multi-pass
166+ rendering approach so lights with shadows are rendered in sRGB space instead of linear space.
167+ This change in rendering space can sometimes drastically alter the light's appearance. To achieve a similar
168+ appearance to an unshadowed light, you may need to adjust the light's energy setting.
169+
163170Directional light
164171-----------------
165172
You can’t perform that action at this time.
0 commit comments