Search Issue Tracker
Won't Fix
Votes
3
Found in
4.1.2f1
Issue ID
541127
Regression
No
VertexLit Point Lights cause a very visible 'pop' when entering the range of an object
To reproduce:
1. Open project BrokenVLights
2. Open scene VertexLightsAreBroken
3. Attach LightMover script to point light
4. Run
5. Lightning on object 'pops' when entering/leaving range
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
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
Spellbound
Jan 07, 2014 01:20
This is so annoying, especially because lighting is the most fundamental element when working with realtime rendering and dynamic lighting is a requirement.
We worked around this issue by computing a custom point light falloff within our shaders. This is again not very optimized, because the "range" parameter is not directly accessible from shaders.