How to adjust the shadow color in Unity?
To adjust the shadow color in Unity, you can achieve this by modifying the properties of the light. The specific steps are as follows:
- Select the light source object in the scene, such as the Directional Light.
- Locate the Light component in the Inspector panel and expand the Shadow properties.
- Within the Shadow attribute, there are two options: Shadow Strength and Shadow Color. Shadow Strength adjusts the intensity of the shadow, while Shadow Color adjusts the color of the shadow.
- Click on the color selection box next to Shadow Color and choose the color you want.
- After adjusting the colors, click the “Apply” button in the Scene panel to apply the changes.
By following the steps above, you can adjust the shadow color in Unity. I hope this answer helps you!