Search Issue Tracker
By Design
By Design in 2023.3.X
Votes
0
Found in
2021.3.30f1
2022.3.9f1
2023.1.12f1
2023.2.0b8
2023.3.0a4
Issue ID
UUM-47958
Regression
No
Lights don't cast shadows by default
How to reproduce:
1. Open any project
2. Right-click in Hierarchy > Light > Point Light
3. Observe shadows
Expected result: Hard shadows setting is selected
Actual result: No shadows setting is selected
Reproducible with: 2021.3.28f1, 2022.3.9f1, 2023.1.12f1, 2023.2.0b8, 2023.3.0a4
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
- Text cursor remains visible when hovering over Command Line Arguments scrollbar in Unity Hub
- UI Builder’s "Background" icons for Repeat Y/X, Position X/Y and Slice Type are low quality and blurry in the Inspector window
- “X” button in Editor version search filter is difficult to see when Unity Hub theme is set to Dark
- [Android] The y-value of Input.mouseScrollDelta is positive when scrolling in both directions in the Player
- Crash on TexturesD3D11Base::SetTexture when using DirectX11
Resolution Note:
Shadowmap generation is inherently expensive, so the default is not to use shadows for lights when they are created.
Resolution Note (2023.3.X):
Shadowmap generation is inherently expensive, so the default is not to use shadows for lights when they are created.