Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.3.0f4
Issue ID
752757
Regression
No
Skinned mesh w/ blend shapes and large scale doesn't receive correct lighting values from Point Light
Steps to reproduce:
1. Download attached project "Game.zip"
2. Open scene "level 0"
3. Select Point Light and change its range. Notice that if range below 43, the door is black, if it is above 44 the door is lit (values are approximation, the issue is sudden jump in lighting) (see https://gyazo.com/b806d6e88c55deec890cc5a68f581b9f)
Expected behavior: The door gets lit exactly like every other element in the scene - gradually
Note: Seems to happen only to elements with Skinned Mesh Renderer, that have blend shapes and large scale
Reproducible on Windows 10 with:
Unity 5.1.4f1, 5.2.4f1, 5.3.0p1, 5.4.0a6
Comments (1)
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
- "Assertion failed on expression" errors appear when selecting specific Tile Palette GameObjects
- “CommandBuffer: built-in render texture type 3 not found while executing” warning is displayed in URP project
- Player build logs a "material with shader doesn't have a '_MainTex' property" error when instantiating a specific amount of specific prefabs
- The LayerMask parameter is ignored when using Physics2D.GetRayIntersection method
- The Tilemap GameObject causes other Tilemap GameObjects to become invisible when its “Mask Interaction” is set to “Visible Inside Mask”
ArachnidAnimal
Oct 11, 2016 23:21
This bug report says fixed in Unity 5.5.0.
But the release notes for 5.4.0 say 5.4.0 fixes this issue
[752757] Graphics: Fixed meshes with large scale and blend shapes sometimes not being lit correctly.
Does anyone know if this was fixed in Unity 5.4.0?