1
\$\begingroup\$

I recently started to use URP and I am noticing a weird blue like tint on shiny objects that use the URP/lot shader and I can't understand what it is and how can i remove it.enter image description here

\$\endgroup\$
2
  • 2
    \$\begingroup\$ Could that be reflection from the ambient light generated by the skybox? That would explain why it's only on "shiny" objects. And while there is no skybox visible in your screenshots, they tend to have light blue in them. \$\endgroup\$ Commented Mar 11, 2021 at 12:28
  • \$\begingroup\$ Yeah that could be the case. Its probably from there as the skybox is the same color. Thank you very much. \$\endgroup\$ Commented Mar 11, 2021 at 23:13

1 Answer 1

3
\$\begingroup\$

This appears to be colored light emitted by the skybox.

When you don't want the skybox to act as a light source with the color of its textures, then

  1. Open the lighting window (Menu entry Windows->Rendering->Lighting)
  2. Go to the "Environment" tab
  3. Change the "Source" under "Environment Lighting" from "Skybox" to "Gradient" or "Color". You can then select the color of the ambient light. If you don't want any ambient light at all, set the ambient color to pure black.

It is also possible that this isn't actually ambient light, but actually a reflection of the skybox. This would explain why it only appears on "shiny" objects. When you want reflections on specular materials to reflect the actual environment around them, then make sure you scatter some reflection probes around your scene. But keep the performance concerns in mind.

\$\endgroup\$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.