Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.12f1
2023.1.18f1
2023.2.0b15
2023.3.0a11
Issue ID
UUM-54292
Regression
No
PointLight does not render on Detail Mesh
How to reproduce:
1. Open the “point_light_repro“ project
2. Open the “Scene1“
3. Observe the Detail Mesh on the “Terrain1“ GameObject
Expected result: Red light is seen on the Detail Mesh
Actual result: Red light is not seen on the Detail Mesh
Reproducible with: 2022.3.12f1, 2023.1.18f1, 2023.2.0b15, 2023.3.0a11
Could not test with: 2021.3.31f1 (crashed)
Reproducible on: Windows 10
Not reproducible on: No other environment tested
Comments (1)
-
BKprod
Apr 29, 2024 17:36
I can reproduce this with the following versions :
2023.2.16f1
2022.3.22f1
2022.3.13f1
2022.3.10f1Did Unity just removed detailMeshs lighting ?
I can't vote, how is this solved by "won't fix" ?
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Looking into this issue we noticed that we were able to circumvent it by either disabling GPU instancing on the meshes or by changing the render path to deferred. The camera on the separate provided scene used Deferred and seemed to fix the issue.