Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2018.2.X
Votes
1
Found in
2018.2.0a6
2018.2.0f2
Issue ID
1061635
Regression
Yes
Culling Mask property is overwritten after selecting multiple gameobjects
How to reproduce:
1. Create two Directional Lights in the scene (or any other object with Light Component)
2. In Inspector, set the Culling Mask of the first Light to 'Everything'
3. In Inspector, set Culling Mask of the second Light to 'Default'
4. Multi-select first and second Light
Expected result: Both Lights Culling Mask properties stay the same
Actual result: First Light Culling Mask property changes from 'Everything' to 'Default'
Reproduces with: 2018.2.0a6, 2018.2.1f1, 2018.3.0a5
Does not reproduce in: 2018.2.0a5
Notes: Selecting more Lights results in all their Culling Mask properties change corresponding to the last selected Light
Update: Fixed in 2018.3.0a9 and backported to 2018.2.7f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on GUIState::BeginOnGUI when a Node is opened in a custom graph editor in Play Mode
- USS selector is duplicated when it is added to an element, the action is undone, and then another selector is clicked
- Text and dropdown icon are not aligned in UI Toolkit Samples
- [RenderGraph] SSAO pass in URP RenderGraph uses DontCare flag after changing the Render Scale resulting in a black screen or artifacts
- Player with IL2CPP Scripting Backend crashes when calling Application.Quit() while a thread is running
Add comment