Search Issue Tracker
Not Reproducible
Votes
0
Found in
2019.4
Issue ID
1290765
Regression
No
[PLM] Disc shaped area lights do not work in some instances
Steps to reproduce:
1. Download SephoraChristmas project
2. Additively load SephoraForest-Environment and SephoraForest-Lighting scenes
3. Select any area light in the scene
4. Change its shape from Rectangle to Disc
5. Bake the lighting
6. Notice how it is not affecting the lightmap
Notes:
- Affects both CPU and GPU PLM
- This issue is very difficult to reproduce; it only reproduces in a handful of projects under unclear circumstances
- Issue reproduces both when creating new disc lights, and when converting existing ones
- Area light icon disappears after switching to disc light and rebaking (does not reproduce in 2021.1)
- Tested using the following Unity versions: 2019.4.1f1, 2019.4.9f1, 2020.1.12f1, 2020.2.0b10, 2021.1.0a3
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (2021.1.X):
The issue was with the ExtractFalloff.cs script. Disc lights were not defined within the switch statement, causing them to break.