Search Issue Tracker
By Design
Votes
0
Found in
2022.3.62f1
6000.0.50f1
6000.1.4f1
6000.2.0b3
Issue ID
UUM-107669
Regression
No
Shadows are cast with artifacts on GameObjects when the light type is set to Point
How to reproduce:
1. Open the attached “IN-102650” project
2. Open the “First Level” scene
3. Observe the shadows on the “PlayerRocket” and “Cube (1)” GameObjects in the Scene view
Expected result: Shadows render smoothly
Actual result: Shadows render with lines or ridges
Reproducible with: 2022.1.0a1, 2022.3.62f1, 6000.0.50f1, 6000.1.4f1, 6000.2.0b3
Reproduced on: Windows 11, macOS12 (M1), macOS15 (M4) (user reported)
Not reproduced on: No other environment tested
Notes:
- Disabling or changing the light type to the “Point Light (weird shadow)” GameObjects makes the issue disappear
- Issue appears slightly differently on Windows and Mac
- Adjusting the bias helps the issue with the shadows on the Rocket and Cube but smaller ridged shadows can still be seen on other objects
Comments (1)
-
marylimpard
May 28, 2025 00:19
I have been suffering from Herpes for the past 1 years and 8 months, and ever since then I have been taking series of treatment but there was no improvement until I came across testimonies of Dr. Silver on how he has been curing different people from different diseases all over the world, then I contacted him as well. After our conversation he sent me the medicine which I took according to his instructions. When I was done taking the herbal medicine I went for a medical checkup and to my greatest surprise I was cured from Herpes. My heart is so filled with joy. If you are suffering from Herpes or any other disease you can contact Dr. Silver today on this Email address: drsilverhealingtemple@gmail. com
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Separation lines between minimized fields become invisible when scrolling in the Profiler
- Drag & drop and object picker assignment fail when ExposedReference variables are used in a Timeline clip
- AudioSource.time prints out 0 when AudioSource is not playing even if it is manually set
- [Android] Crash on "UnityMotionEventCallbacks::_GetPointerIdImpl" when giving 8 simultaneous touch inputs
- "[Header]" attribute is misaligned when placed before an InputActionProperty field
Resolution Note:
When using shadow maps, the resulting shadows often have aliasing issues that result in artifacts. You can reduce these artifacts by increasing the shadow map resolution and/or by using soft shadows and/or by adjusting your scene to not expose the aliasing.
So as far as I can see in the attached project, this is the expected behavior, but if I missed something please feel free to re-open the bug and let us know.