Unity's Standard Shader gets its reflection from the scene's Reflection Source, as configured in the scene section of the Lighting window. The level of reflectiveness for each Material is defined by its Metallic value or Specular value, depending on which Shader is being used. This approach can be a real time-saver, allowing you to quickly assign the same reflection map to every object in the scene. It also helps keep the overall look of the scene coherent and cohesive. In this recipe, we will learn how to take advantage of the Reflection Source feature:
![](https://static.packt-cdn.com/products/9781788471909/graphics/assets/10c82279-c87a-4a62-a0d6-d9cbcc483828.png)