Search Issue Tracker
Fixed in 12.0.0
Votes
0
Found in [Package]
12.0.0
Issue ID
1317776
Regression
No
[HDRP] Tube light's mode enum can be overridden to either Baked or Mixed which are not supported
Steps to reproduce:
1. In the Lighting settings window, make sure that Baked Global Illumination flag is enabled
2. Create a new area light
3. Set its shape to Tube
4. Select the Mode enum
5. Notice that Realtime, Mixed, and Baked modes are all selectable, and a warning is shown
Notes:
- Only reproduces when Baked Global Illumination flag is enabled. When it is disabled, unsupported Tube light modes are disabled (grayed out)
- This issue only reproduces in HDRP. In Built-in RP and URP, light mode is not exposed for area lights
- One approach could be to gray out all unsupported light modes, even when Baked Global Illumination flag is enabled. This would also be a good opportunity to remove the redundant "Realtime only" label
- Alternatively, remove "Mode" enum for lights which only support one mode
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Default Preset application and Reset() method execution order is different when adding a Component via the Inspector versus calling Reset via the Component context menu
- Scene view is not outputting HDR when the "Use HDR Display Output" option is enabled, DX12 is selected as the Graphics API, and URP/HDRP is in use
- Sprite Atlas results in suboptimal packing even when "Allow Rotation" is enabled
- References placed in a UnityEvent change to the same reference when multi-selecting their GameObjects
- "ShadowCaster2D" Component doesn't work when the "Casting Source" is set to "Polygon Collider 2D"
Add comment